Created
March 18, 2015 02:11
-
-
Save mefellows/db5da0dddc6c90523654 to your computer and use it in GitHub Desktop.
Mono static binary Dockerfile
This file contains 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 progrium/busybox | |
RUN opkg-install libc-dev | |
ADD ./consoleapp console | |
CMD [ "./console" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment