Update Dockerfile (test12)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-28 20:09:28 +03:30 committed by GitHub
parent c4c3d3c218
commit fa730c77f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ RUN apk add --no-cache --update \
bash \ bash \
bash-completion \ bash-completion \
bc \ bc \
supercronic \
curl \ curl \
gawk \ gawk \
git \ git \
@ -47,6 +46,7 @@ RUN apk add --no-cache --update \
openssh \ openssh \
socat \ socat \
sqlite \ sqlite \
supercronic \
tcptraceroute \ tcptraceroute \
tcpdump \ tcpdump \
tmux \ tmux \
@ -88,6 +88,7 @@ COPY --from=builder /app/x-ui.sh /usr/bin/x-ui
# Copy custom configuration files to the container's directories # Copy custom configuration files to the container's directories
COPY ./nginx_http.conf /etc/nginx/http.d/default.conf COPY ./nginx_http.conf /etc/nginx/http.d/default.conf
COPY ./sshd_config /etc/ssh/sshd_config COPY ./sshd_config /etc/ssh/sshd_config
COPY ./crontab /app/
# Configure fail2ban # Configure fail2ban