We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3166685 commit 014030fCopy full SHA for 014030f
contrib/ci/Dockerfiles/z3_base_ubuntu_20.04.Dockerfile
@@ -1,5 +1,6 @@
1
FROM ubuntu:20.04
2
3
+ARG DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update && \
5
apt-get -y --no-install-recommends install \
6
cmake \
@@ -14,6 +15,7 @@ RUN apt-get update && \
14
15
graphviz \
16
python3 \
17
python3-setuptools \
18
+ python-is-python3 \
19
sudo
20
21
RUN curl -SL https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \
0 commit comments