better log output remove apk cache add tag to build script

This commit is contained in:
2021-12-30 05:29:36 +01:00
parent afb8c4b531
commit 5e000d5ff2
3 changed files with 35 additions and 11 deletions
+1
View File
@@ -14,6 +14,7 @@ COPY entrypoint.sh /
RUN apk update ; apk upgrade
RUN apk add --no-cache sudo bash tzdata openssh-server openrc \
borgbackup
RUN rm -rf /var/cache/apk/*
# Setup SSH-Server
RUN sed -ie 's/#Port 22/Port 22/g' /etc/ssh/sshd_config