Skip to content

Instantly share code, notes, and snippets.

@thlorenz
Created February 24, 2014 14:32
Show Gist options
  • Select an option

  • Save thlorenz/9189376 to your computer and use it in GitHub Desktop.

Select an option

Save thlorenz/9189376 to your computer and use it in GitHub Desktop.
from ubuntu:12.10
maintainer Thorsten Lorenz <thlorenz@gmx.de>
run apt-get update
run apt-get upgrade -y
run apt-get install -y build-essential
add . /src
workdir /src
entrypoint [ "/usr/bin/make" ]
cmd [ "--help" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment