Skip to content

Instantly share code, notes, and snippets.

@nycynik
Last active November 28, 2016 20:10
Show Gist options
  • Save nycynik/b16b077d6897817d27091d9e0e2a8b87 to your computer and use it in GitHub Desktop.
Save nycynik/b16b077d6897817d27091d9e0e2a8b87 to your computer and use it in GitHub Desktop.
FROM python:2.7.12
# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends gawk \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment