Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 14:26:55 -04:00
parent 2efb96f147
commit e42e6af6ee
+1 -1
View File
@@ -1,7 +1,7 @@
FROM python:3.6.2
# System upgrades
apk add --update build-base openssl-dev python-dev
RUN apk add --update build-base openssl-dev python-dev
# -- Pyenv Support:
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash