logrotate, and healthcheck

This commit is contained in:
2024-03-02 12:43:24 +02:00
parent f5829f0492
commit 401bbfed0b
3 changed files with 70 additions and 17 deletions

View File

@@ -1,10 +1,11 @@
FROM alpine
RUN apk add --no-cache \
openssh \
openssh-server-pam \
bash \
rsync \
logrotate \
moreutils \
openssh-server-pam \
rsync \
shadow \
tzdata