Skip to content

Commit

Permalink
Remove "as ca-certificates" from final layer
Browse files Browse the repository at this point in the history
  • Loading branch information
negz authored Mar 21, 2018
1 parent 5b7d492 commit fa1dfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN go get -u github.com/Masterminds/glide && \
RUN cd statik && go generate && cd ..
RUN go build -o /kuberos ./cmd/kuberos

FROM alpine:3.7 as ca-certificates
FROM alpine:3.7
MAINTAINER Nic Cope <[email protected]>

RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit fa1dfe7

Please sign in to comment.