3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00

travis: dont hang when installing tzdata

This commit is contained in:
Nuno Lopes 2021-02-21 01:01:11 +00:00
parent 3166685d94
commit 26c96e49cd
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y --no-install-recommends install \
cmake \
@ -14,6 +15,7 @@ RUN apt-get update && \
graphviz \
python3 \
python3-setuptools \
python-is-python3 \
sudo
RUN curl -SL https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \