From fa730c77f6fda0918427535ac517d8391368f07a Mon Sep 17 00:00:00 2001 From: OnceUponATimeInAmerica <114700833+OnceUponATimeInAmerica@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:09:28 +0330 Subject: [PATCH] Update Dockerfile (test12) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f62eae4..df0688cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,6 @@ RUN apk add --no-cache --update \ bash \ bash-completion \ bc \ - supercronic \ curl \ gawk \ git \ @@ -47,6 +46,7 @@ RUN apk add --no-cache --update \ openssh \ socat \ sqlite \ + supercronic \ tcptraceroute \ tcpdump \ 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 ./nginx_http.conf /etc/nginx/http.d/default.conf COPY ./sshd_config /etc/ssh/sshd_config +COPY ./crontab /app/ # Configure fail2ban