Skip to content

Instantly share code, notes, and snippets.

@omerxx
Created January 7, 2017 21:33
Show Gist options
  • Save omerxx/2a2bed73f711b02dd5498b36500e7a10 to your computer and use it in GitHub Desktop.
Save omerxx/2a2bed73f711b02dd5498b36500e7a10 to your computer and use it in GitHub Desktop.
Generic Dockerfile
FROM python
RUN apt-get update && apt-get install -y \
vim \
curl
LABEL image.version="0.0.1-beta"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment