Merge pull request #200 from nextcloud/enh/switch-to-debian-slim

switch apache and borgbackup to slim image for reduced size
This commit is contained in:
Simon L 2022-02-09 21:05:13 +01:00 committed by GitHub
commit 3de828034a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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; \
\