We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b69e3 commit f7a8808Copy full SHA for f7a8808
src/latest/Dockerfile
@@ -9,7 +9,7 @@ COPY ./src/latest/entrypoint.sh ./entrypoint.sh
9
10
# Install core dependencies
11
WORKDIR /app-ci/pkgs
12
-RUN apk update && apk fetch -R -o . xz su-exec && \
+RUN apk update && apk add --no-cache xz su-exec && \
13
chmod +x /app-ci/entrypoint.sh
14
15
FROM alpine:3.20
0 commit comments