switch apache and borgbackup to slim image for reduced size

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-02-09 19:08:37 +01:00
parent ad5e3c3f51
commit 46c5c59e5b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bullseye-slim
EXPOSE 80

View file

@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bullseye-slim
RUN set -ex; \
\