Last active
June 16, 2017 19:12
-
-
Save vdemeester/9f1995cccb71a140fce66ad51c269135 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM docker:latest | |
| RUN apk --no-cache add make | |
| COPY bin/* /bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment