Skip to content

Commit

Permalink
don't need to copy certs over anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
arschles committed Oct 7, 2015
1 parent 2b92986 commit d660e2f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
FROM alpine

RUN apk update && apk upgrade
# NOTE: the ca-certificates pkg seems to have too many dependencies like lua: https://pkgs.alpinelinux.org/package/main/x86_64/ca-certificates
# So just copying the certs directly in to reduce size
# RUN apk add ca-certificates

#RUN apk add musl
RUN apk add ca-certificates

RUN rm -rf /var/cache/apk/*
ADD https://raw.githubusercontent.com/CenturyLinkLabs/ca-certs-base-image/master/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

0 comments on commit d660e2f

Please sign in to comment.