Skip to content

Commit

Permalink
Alpine Linux 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeraar committed Oct 11, 2018
1 parent 214b303 commit 4e500be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions alpine/3.8/Dockerfile
@@ -0,0 +1,19 @@
# NAME: Alpine 3.8
#
# DESCRIPTION: Base for other images using Alpine 3.8.
#
# REQUIRED ENVS:
#
# OPTIONAL ENVS:
#
# OTHER:

FROM alpine:3.8
MAINTAINER Gerard Meijer <g.meijer@thedutchselection.com>

RUN apk add --no-cache ca-certificates

RUN \
apk add --update -t deps wget && \
apk del --purge deps && \
rm /var/cache/apk/*

0 comments on commit 4e500be

Please sign in to comment.