Skip to content

Commit b7ed176

Browse files
authored
Merge pull request #1 from paulpach/patch-1
add mono to docker image
2 parents 91fea1a + e600451 commit b7ed176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo "deb http://http.us.debian.org/debian/ testing contrib main" >> /etc/ap
1717
chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
1818
chown root:root /etc/apt/sources.list.d/microsoft-prod.list && \
1919
apt-get update && \
20-
apt-get install -y --no-install-recommends default-jre apt-transport-https aspnetcore-runtime-2.1 && \
20+
apt-get install -y --no-install-recommends default-jre apt-transport-https aspnetcore-runtime-2.1 mono-complete && \
2121
apt-get -t testing install -y --no-install-recommends python3.7 python3-distutils && \
2222
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
2323
python3.7 get-pip.py && \

0 commit comments

Comments
 (0)