Skip to content

Commit

Permalink
[docker] refs fibercrypto#82 Avoid use default python version of virt…
Browse files Browse the repository at this point in the history
…ualenv
  • Loading branch information
stdevYuniers committed Jan 20, 2019
1 parent a978ace commit 760f2ae
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 @@ -46,7 +46,7 @@ RUN set -ex \
&& mkdir -p /srv/venv/pysky35 \
&& mkdir -p /srv/venv/pysky36 \
&& mkdir -p /srv/venv/pysky37 \
&& virtualenv /srv/venv/pysky27 \
&& virtualenv -p python2.7 /srv/venv/pysky27 \
&& /bin/bash -c "source /srv/venv/pysky27/bin/activate && pip install pyskycoin && deactivate" \
&& virtualenv -p python3.5 /srv/venv/pysky35 \
&& /bin/bash -c "source /srv/venv/pysky35/bin/activate && pip install pyskycoin && deactivate"
Expand Down

0 comments on commit 760f2ae

Please sign in to comment.