Skip to content
Snippets Groups Projects
Commit 49f19301 authored by Jonas Leder's avatar Jonas Leder
Browse files

run apk upgrade during build

parent 312eb768
Branches
Tags
No related merge requests found
Pipeline #62789 passed
FROM alpine:3.21
RUN apk add --no-cache bash perl rsync wget xz && \
RUN apk upgrade --no-cache && \
apk add --no-cache bash perl rsync wget xz && \
adduser -u 1000 -D -H user
USER user
COPY files/ /
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment