diff --git a/Dockerfile b/Dockerfile index e5982e9..3c7d59f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ EXPOSE 443 # install modules RUN apt-get update -RUN apt-get install certbot python3-certbot-nginx cron npm nodejs net-tools -y +RUN apt-get install certbot python3-certbot-nginx cron npm nodejs net-tools logrotate -y RUN apt-get upgrade -y # system configuration @@ -27,4 +27,4 @@ WORKDIR /admin RUN npm install -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]