Skip to content

Commit

Permalink
errfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored Jan 7, 2024
1 parent 9990e86 commit 1259c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_docker_main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ 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)
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 1259c31

Please sign in to comment.