Skip to content

Commit

Permalink
Update apt sources in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Jul 11, 2024
1 parent dfe2d63 commit b1d6b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# MATLAB R2018a in a Debian environment
FROM amarburg/matlab-runtime:R2018a

RUN echo "deb http://archive.debian.org/debian stretch main contrib non-free" > /etc/apt/sources.list
RUN apt-get update && \
apt-get -y install libxt6 bzip2 && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b1d6b0d

Please sign in to comment.