Skip to content

Commit c41876f

Browse files
committed
Try setting timezone in dockerfile
1 parent f5cd62e commit c41876f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/ubuntu-focal.Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ WORKDIR odamex
44

55
COPY . .
66

7+
ENV TZ=US \
8+
DEBIAN_FRONTEND=noninteractive
9+
710
# Packages - first the majority of them, then cmake
811
RUN set -x && \
9-
DEBIAN_FRONTEND=noninteractive \
1012
apt update && \
1113
apt install -y ninja-build libsdl2-dev libsdl2-mixer-dev \
1214
libpng-dev libcurl4-openssl-dev libwxgtk3.0-gtk3-dev deutex \

0 commit comments

Comments
 (0)