Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 14:26:34 -04:00
parent c85d62e586
commit 2efb96f147
+3
View File
@@ -1,5 +1,8 @@
FROM python:3.6.2
# System upgrades
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
ENV PATH "/root/.pyenv/bin:$PATH"