Skip to content

Commit

Permalink
Remove apt-get lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrtofsaturn committed Jul 18, 2016
1 parent 886342f commit 5c8afe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
@@ -1,5 +1,4 @@
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 5c8afe7

Please sign in to comment.