Skip to content

Commit

Permalink
Add dockerfile #33
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Apr 1, 2017
1 parent 9f34b58 commit 628fbd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
@@ -0,0 +1,9 @@
FROM alpine:latest

# get dependancies
RUN apk update && apk add curl file

# install dry
RUN curl -sSf https://moncho.github.io/dry/dryup.sh | sh
RUN chmod 755 /usr/local/bin/dry
CMD sleep 1;/usr/local/bin/dry

0 comments on commit 628fbd1

Please sign in to comment.