Skip to content

Commit

Permalink
Revert "Replacing old busybox image with Alpine"
Browse files Browse the repository at this point in the history
This reverts commit ca3149e.
  • Loading branch information
frodenas committed Apr 25, 2019
1 parent fef0578 commit 39e9a55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine:edge
RUN apk add --no-cache bash tzdata ca-certificates unzip zip gzip tar
FROM concourse/busyboxplus:git

# satisfy go crypto/x509
RUN cat /etc/ssl/certs/*.pem > /etc/ssl/certs/ca-certificates.crt

ADD assets/ /opt/resource/

0 comments on commit 39e9a55

Please sign in to comment.