Skip to content

Instantly share code, notes, and snippets.

@arriqaaq
Created June 7, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arriqaaq/42eab427192abe69c8ae9a4c363da40c to your computer and use it in GitHub Desktop.
Save arriqaaq/42eab427192abe69c8ae9a4c363da40c to your computer and use it in GitHub Desktop.
FROM alpine:3.7
RUN apk update && \
apk add --no-cache xorriso git xz curl tar iptables cpio bash && \
rm -rf /var/cache/apk/*
RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util
RUN addgroup -g 2999 docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment