Skip to content

Instantly share code, notes, and snippets.

@larrycai
Created March 19, 2015 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larrycai/cacc74725b701b8cdf46 to your computer and use it in GitHub Desktop.
Save larrycai/cacc74725b701b8cdf46 to your computer and use it in GitHub Desktop.
Simple Dockefile
FROM ubuntu:trusty
RUN apt-get update && apt-get install -y apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment