Skip to content

Commit a3e55a9

Browse files
committed
fix: set DEBIAN_FRONTEND=noninteractive to prevent tzdata prompt hanging Docker build
1 parent 8f3e357 commit a3e55a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ARG FC_COMPILER
88
ARG COMPILER_PATH
99
ARG COMPILER_LD_LIBRARY_PATH
1010

11+
ENV DEBIAN_FRONTEND=noninteractive
12+
ENV TZ=UTC
13+
1114
RUN apt-get update -y && \
1215
apt-get install -y software-properties-common ca-certificates gnupg && \
1316
add-apt-repository ppa:deadsnakes/ppa && \

0 commit comments

Comments
 (0)