Skip to content

Commit 732f685

Browse files
author
Bruno Alla
committed
Revert unwanted change
1 parent a403a00 commit 732f685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ RUN pyenv install $PYTHON_VERSION_27 && \
7777
pyenv install $PYTHON_VERSION_36 && \
7878
pyenv install $PYTHON_VERSION_35 && \
7979
pyenv global \
80-
$PYTHON_VERSION_27 \
81-
$PYTHON_VERSION_36 \
82-
$PYTHON_VERSION_35
80+
$PYTHON_VERSION_27 \
81+
$PYTHON_VERSION_36 \
82+
$PYTHON_VERSION_35
8383

8484
WORKDIR /tmp
8585

0 commit comments

Comments
 (0)