Skip to content

Instantly share code, notes, and snippets.

@mefellows
Created March 18, 2015 02:11
Show Gist options
  • Save mefellows/db5da0dddc6c90523654 to your computer and use it in GitHub Desktop.
Save mefellows/db5da0dddc6c90523654 to your computer and use it in GitHub Desktop.
Mono static binary Dockerfile
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