Skip to content

Commit e600451

Browse files
authored
add mono to docker image
Please add mono to the docker image, that way I can use .net framework 4.x runtime
1 parent 91fea1a commit e600451

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)