Skip to content

Commit

Permalink
Merge pull request #1 from paulpach/patch-1
Browse files Browse the repository at this point in the history
add mono to docker image
  • Loading branch information
joshuaduffy authored Jan 10, 2020
2 parents 91fea1a + e600451 commit b7ed176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "deb http://http.us.debian.org/debian/ testing contrib main" >> /etc/ap
chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
chown root:root /etc/apt/sources.list.d/microsoft-prod.list && \
apt-get update && \
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 && \
apt-get -t testing install -y --no-install-recommends python3.7 python3-distutils && \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python3.7 get-pip.py && \
Expand Down

0 comments on commit b7ed176

Please sign in to comment.