Skip to content

Commit

Permalink
Merge pull request #8 from WTFKr0/reduce-docker-image
Browse files Browse the repository at this point in the history
Alpine based docker image
  • Loading branch information
mortensteenrasmussen authored Oct 25, 2017
2 parents 4656ab8 + 177490f commit 21a73b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
FROM alpine:3.6
RUN apk add --no-cache curl bash
ADD docker-registry-cleanup.sh /docker-registry-cleanup.sh
CMD /docker-registry-cleanup.sh

0 comments on commit 21a73b8

Please sign in to comment.