Skip to content

Commit

Permalink
remove TZ stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored Jan 7, 2024
1 parent 1259c31 commit 284e9ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions security_docker_main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,4 @@ RUN python3 -m pip install --upgrade setuptools wheel pip && \
RUN python3 -m pip install --upgrade pip setuptools wheel && \
DEBIAN_FRONTEND="noninteractive" apt autoclean -y && \
DEBIAN_FRONTEND="noninteractive" apt autoremove -y && \
TZ=$(curl https://ipapi.co/timezone) && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone && \
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config

0 comments on commit 284e9ad

Please sign in to comment.