Skip to content

Commit 9beebf0

Browse files
committed
cleanup dockerfile
1 parent 7f0cd31 commit 9beebf0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ ENV \
1111
PATH=/root/.pyenv/shims:/root/.pyenv/bin:$PATH
1212

1313
RUN \
14-
PYMINVER=${PYVER} \
15-
export PYVER=${PYVER%%.*}${PYMINVER#*.} \
16-
echo PYVER ${PYVER}; \
1714
curl https://pyenv.run | bash; \
1815
pyenv install ${PYVERSION}; \
1916
pyenv global ${PYVERSION}; \

0 commit comments

Comments
 (0)