Skip to content

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley authored and Assaf Lavie committed May 19, 2017
1 parent bdc71c6 commit ff86694
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM docker

RUN apk add --no-cache python2 py-setuptools \
&& /usr/bin/easy_install-2.7 pip \
&& pip install runlike

ENTRYPOINT ["runlike"]

0 comments on commit ff86694

Please sign in to comment.