From 14b694538d357a07e31e03b16dd463df3cc3140f Mon Sep 17 00:00:00 2001 From: Daniel Bang Date: Fri, 24 Jul 2020 15:16:34 -0500 Subject: [PATCH] fixed issue for cmake20 --- ci/cpp20/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cpp20/Dockerfile b/ci/cpp20/Dockerfile index 93d27c196e..692e4e4e4e 100644 --- a/ci/cpp20/Dockerfile +++ b/ci/cpp20/Dockerfile @@ -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