mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
parent
17b35a45db
commit
c671018798
17 changed files with 23 additions and 4 deletions
|
|
@ -4,7 +4,9 @@ FROM containrrr/watchtower:1.7.1 as watchtower
|
|||
|
||||
FROM alpine:3.19.1
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
RUN apk upgrade --no-cache -a; \
|
||||
apk add --no-cache bash
|
||||
|
||||
COPY --from=watchtower /watchtower /watchtower
|
||||
|
||||
COPY --chmod=775 start.sh /start.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue