We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579d680 commit 16c70e5Copy full SHA for 16c70e5
ci-deployment-cleanup/Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.24-alpine AS builder
2
3
-RUN apk add --no-cache make bash git
+RUN apk add --no-cache --no-scripts make bash git || apk fix
4
5
WORKDIR /app
6
0 commit comments