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:
parent
5e79dba3d6
commit
0a6a76734a
|
@ -26,7 +26,7 @@ RUN apt-get update && \
|
||||||
python2.7 \
|
python2.7 \
|
||||||
python-setuptools
|
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 && \
|
dpkg -i packages-microsoft-prod.deb && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get -y --no-install-recommends install dotnet-sdk-2.1
|
apt-get -y --no-install-recommends install dotnet-sdk-2.1
|
||||||
|
|
Loading…
Reference in a new issue