Add logrotate
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m18s
Test Pull Request / Notify (pull_request) Successful in 5s

This commit is contained in:
2024-06-02 21:00:14 +00:00
parent 259cdf080e
commit bd44102844
3 changed files with 18 additions and 2 deletions

View File

@ -40,7 +40,7 @@ ENV CLOUDFLARE_TOKEN=
ENV CERT_COUNT=1
#Get required packages
RUN apk update && apk add curl bash python3 py3-virtualenv procps tzdata nano shadow xz busybox-suid openssl
RUN apk update && apk add curl bash python3 py3-virtualenv procps tzdata nano shadow xz busybox-suid openssl logrotate
#Make folders
RUN mkdir /config && \