Skip to content

Instantly share code, notes, and snippets.

@bakins
Created August 7, 2013 17:59
Show Gist options
  • Select an option

  • Save bakins/6176680 to your computer and use it in GitHub Desktop.

Select an option

Save bakins/6176680 to your computer and use it in GitHub Desktop.
ubuntu nginx dockerfile
FROM ubuntu:12.04
CMD curl -O http://www.akins.org/nginx/nginx_1.2.8-2.ubuntu.12.04_amd64.deb
CMD dpkg -i nginx_1.2.8-2.ubuntu.12.04_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment