3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

docker: ubuntu 14.04 dotnet source fix

This commit is contained in:
Yatao Li 2019-01-13 00:08:32 +08:00
parent 5e79dba3d6
commit 0a6a76734a

View file

@ -26,7 +26,7 @@ RUN apt-get update && \
python2.7 \
python-setuptools
RUN curl -SL https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \
RUN curl -SL https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
apt-get update && \
apt-get -y --no-install-recommends install dotnet-sdk-2.1