Yaron Koresh commited on
Commit
cf8591d
·
verified ·
1 Parent(s): bee9c4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -31,8 +31,9 @@ run git lfs install --force
31
  run git clone https://github.com/python/cpython
32
  run cd cpython && ./configure --enable-optimizations --with-lto --prefix=$HOME/python --with-system-libmpdec=no
33
  run cd cpython && make
34
- run cd python && make test
35
  run cd cpython && make install
 
36
  run PATH="${PATH:+${PATH}:}$HOME/python"
37
 
38
  run python -m pip install --upgrade --no-cache-dir pip
 
31
  run git clone https://github.com/python/cpython
32
  run cd cpython && ./configure --enable-optimizations --with-lto --prefix=$HOME/python --with-system-libmpdec=no
33
  run cd cpython && make
34
+ run cd cpython && make test
35
  run cd cpython && make install
36
+ run cd cpython && make clean
37
  run PATH="${PATH:+${PATH}:}$HOME/python"
38
 
39
  run python -m pip install --upgrade --no-cache-dir pip