mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 19:41:44 +08:00
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:
commit
3de828034a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bullseye
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bullseye
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue