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 91fea1a commit e600451Copy full SHA for e600451
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ RUN echo "deb http://http.us.debian.org/debian/ testing contrib main" >> /etc/ap
17
chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
18
chown root:root /etc/apt/sources.list.d/microsoft-prod.list && \
19
apt-get update && \
20
- apt-get install -y --no-install-recommends default-jre apt-transport-https aspnetcore-runtime-2.1 && \
+ apt-get install -y --no-install-recommends default-jre apt-transport-https aspnetcore-runtime-2.1 mono-complete && \
21
apt-get -t testing install -y --no-install-recommends python3.7 python3-distutils && \
22
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
23
python3.7 get-pip.py && \
0 commit comments