Skip to content

Commit b1d6b0d

Browse files
committed
Update apt sources in Dockerfile
Per Murali-group/Beeline@e38d7d8
1 parent dfe2d63 commit b1d6b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MATLAB R2018a in a Debian environment
22
FROM amarburg/matlab-runtime:R2018a
33

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

0 commit comments

Comments
 (0)