Last active
November 28, 2016 20:10
-
-
Save nycynik/b16b077d6897817d27091d9e0e2a8b87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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