Skip to content

Commit f7a8808

Browse files
committed
fix: install core pkgs instead of fetching
1 parent b7b69e3 commit f7a8808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY ./src/latest/entrypoint.sh ./entrypoint.sh
99

1010
# Install core dependencies
1111
WORKDIR /app-ci/pkgs
12-
RUN apk update && apk fetch -R -o . xz su-exec && \
12+
RUN apk update && apk add --no-cache xz su-exec && \
1313
chmod +x /app-ci/entrypoint.sh
1414

1515
FROM alpine:3.20

0 commit comments

Comments
 (0)