Skip to content

Commit

Permalink
avoid warnings from debconf
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 12, 2025
1 parent 98b6d5f commit de9d413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ ENV LESSHISTFILE=/data/.lesshst
ENV ENV=/.binbash
COPY binbash /.binbash

# avoid warnings about that from debconf
ARG DEBIAN_FRONTEND=noninteractive

# - Setting up timezone and stuff
RUN echo "dash dash/sh boolean false" | debconf-set-selections && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
Expand Down

0 comments on commit de9d413

Please sign in to comment.