Skip to content

Commit

Permalink
try noninteractive mode for tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Oct 11, 2022
1 parent 8aae1b0 commit d0f527c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG KUBESPRAY_VERSION=2.20.0
ARG NEWMAN_VERSION=5.0.0

# Update apt and Install dependencies
RUN apt-get update && apt-get install -y \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
tzdata \
curl \
dnsutils \
git \
Expand Down

0 comments on commit d0f527c

Please sign in to comment.