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 29c73fc commit d1714a7Copy full SHA for d1714a7
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM stefanprodan/alpine-base:latest@sha256:be230171b01adc5e166899785e9419d90d1359d53a690bf72b8d34c05a1e3f6a
+FROM alpine:latest
2
3
-RUN apk --no-cache add git
+RUN apk add --no-cache ca-certificates curl bash tar jq git
4
5
COPY src/entrypoint.sh /entrypoint.sh
6
RUN chmod +x /entrypoint.sh
0 commit comments