Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thomasvandoren
thomasvandoren / Dockerfile.py2.7.14
Last active March 21, 2018 07:42
chapel-8850-pr-repro
FROM python:2.7.14
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install \
curl \
build-essential \
wget \
ca-certificates \
gcc \
g++ \