Skip to content

Commit

Permalink
Add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrtofsaturn committed Jul 18, 2016
1 parent b1af653 commit 886342f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM alpine
MAINTAINER Octoblu <docker@octoblu.com>

RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*

0 comments on commit 886342f

Please sign in to comment.