mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
Update Dockerfile (test12)
This commit is contained in:
parent
c4c3d3c218
commit
fa730c77f6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue