We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe2d63 commit b1d6b0dCopy full SHA for b1d6b0d
docker/Dockerfile
@@ -1,6 +1,7 @@
1
# MATLAB R2018a in a Debian environment
2
FROM amarburg/matlab-runtime:R2018a
3
4
+RUN echo "deb http://archive.debian.org/debian stretch main contrib non-free" > /etc/apt/sources.list
5
RUN apt-get update && \
6
apt-get -y install libxt6 bzip2 && \
7
rm -rf /var/lib/apt/lists/*
0 commit comments