Skip to content

Commit 014030f

Browse files
committed
travis: dont hang when installing tzdata
1 parent 3166685 commit 014030f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/ci/Dockerfiles/z3_base_ubuntu_20.04.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM ubuntu:20.04
22

3+
ARG DEBIAN_FRONTEND=noninteractive
34
RUN apt-get update && \
45
apt-get -y --no-install-recommends install \
56
cmake \
@@ -14,6 +15,7 @@ RUN apt-get update && \
1415
graphviz \
1516
python3 \
1617
python3-setuptools \
18+
python-is-python3 \
1719
sudo
1820

1921
RUN curl -SL https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \

0 commit comments

Comments
 (0)