Skip to content

Commit

Permalink
Build tzdata non interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisSimon committed Jul 15, 2024
1 parent 82d245f commit 66c6c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ LABEL Description="CodeBook"

# Install OS updates and, if needed
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime

RUN apt-get update && apt-get install -y apt-utils apt-transport-https
RUN apt update \
&& apt dist-upgrade -y
Expand Down

0 comments on commit 66c6c2a

Please sign in to comment.