mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix whiteboard container
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
a2f7a221d7
commit
f529714a07
2 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ FROM containrrr/watchtower:1.7.1 AS watchtower
|
||||||
|
|
||||||
FROM alpine:3.20.3
|
FROM alpine:3.20.3
|
||||||
|
|
||||||
RUN apk upgrade --no-cache -a; \
|
RUN set -ex; \
|
||||||
|
apk upgrade --no-cache -a; \
|
||||||
apk add --no-cache bash
|
apk add --no-cache bash
|
||||||
|
|
||||||
COPY --from=watchtower /watchtower /watchtower
|
COPY --from=watchtower /watchtower /watchtower
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.1
|
FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.1
|
||||||
|
|
||||||
|
RUN set -ex; \
|
||||||
|
apk upgrade --no-cache -a; \
|
||||||
|
apk add --no-cache bash
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/start.sh"]
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue