mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
run apk upgrade everywhere
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
ca151e86ac
commit
c5a9da8bb3
3 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ FROM alpine:3.21.3 AS janus
|
|||
ARG JANUS_VERSION=v1.3.1
|
||||
WORKDIR /src
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a; \
|
||||
apk add --no-cache \
|
||||
ca-certificates \
|
||||
git \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue