Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 12, 2025
1 parent a92e35e commit 6e9b500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ COPY binbash /.binbash


# - Setting up timezone and stuff
RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure --frontend noninteractiv dash && \
RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure dash && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
dpkg-reconfigure --frontend noninteractive tzdata && \
dpkg-reconfigure tzdata && \
mkdir -p /scripts


Expand Down

0 comments on commit 6e9b500

Please sign in to comment.