Skip to content

Commit

Permalink
fixed issue for cmake20
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bang committed Jul 24, 2020
1 parent 0c51c92 commit 14b6945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpp20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true

RUN echo "tzdata tzdata/Areas select US" > /tmp/preseed.txt; \
echo "tzdata tzdata/Zones/Europe select Chicago" >> /tmp/preseed.txt; \
echo "tzdata tzdata/Zones/US select Chicago" >> /tmp/preseed.txt; \
debconf-set-selections /tmp/preseed.txt && \
apt-get update && \
apt-get install -y tzdata
Expand Down

0 comments on commit 14b6945

Please sign in to comment.