Skip to content

Commit baa3952

Browse files
committed
noninteractive frontend so tzdata doesn't ask for input
1 parent 7ea9a43 commit baa3952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ubuntu-focal.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY . .
66

77
# Packages - first the majority of them, then cmake
88
RUN set -x && \
9+
DEBIAN_FRONTEND=noninteractive \
910
apt update && \
1011
apt install -y ninja-build libsdl2-dev libsdl2-mixer-dev \
1112
libpng-dev libcurl4-openssl-dev libwxgtk3.0-gtk3-dev deutex \

0 commit comments

Comments
 (0)