Skip to content

Commit

Permalink
[docker] refs skycoin#146 Install jython pypy stackless activePython …
Browse files Browse the repository at this point in the history
…ironPython as virtualenvs
  • Loading branch information
stdevMac committed Jun 5, 2019
1 parent a2be32a commit d1151f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/dev-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $IMAGE_FROM
ARG BDATE
ARG SCOMMIT
ARG PIP_PACKAGES="pip setuptools wheel"
ARG PYTHON_INSTALLERS="2.7.10 3.4.9 3.5.7 3.6.7 3.7.1"
ARG PYTHON_INSTALLERS="2.7.10 3.4.9 3.5.7 3.6.7 3.7.1 jython-2.7.1 pypy2.7-7.1.0 pypy3.5-7.0.0 pypy3.6-7.1.1 activepython-2.7.14 activepython-3.5.4 activepython-3.6.0 stackless-2.7.10 stackless-2.7.10 stackless-3.4.7 stackless-3.5.4 ironpython-2.7.7"

# Image labels (see ./hooks/build for ARGS)
LABEL "org.label-schema.name"="skycoindev-python" \
Expand Down

0 comments on commit d1151f7

Please sign in to comment.