We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef0578 commit 39e9a55Copy full SHA for 39e9a55
Dockerfile
@@ -1,4 +1,6 @@
1
-FROM alpine:edge
2
-RUN apk add --no-cache bash tzdata ca-certificates unzip zip gzip tar
+FROM concourse/busyboxplus:git
+
3
+# satisfy go crypto/x509
4
+RUN cat /etc/ssl/certs/*.pem > /etc/ssl/certs/ca-certificates.crt
5
6
ADD assets/ /opt/resource/
0 commit comments