Yaron Koresh commited on
Commit
e5ad2e4
·
verified ·
1 Parent(s): 6c73ed4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ run git lfs install --force
29
  run git clone https://github.com/python/cpython
30
  run cd cpython && ./configure --enable-optimizations --with-lto --prefix=$HOME/app/python --with-system-libmpdec=no > /dev/null
31
  run cd cpython && make > /dev/null
32
- run cd cpython && make test > /dev/null
33
  run cd cpython && make install > /dev/null
34
  run cd cpython && make clean
35
 
 
29
  run git clone https://github.com/python/cpython
30
  run cd cpython && ./configure --enable-optimizations --with-lto --prefix=$HOME/app/python --with-system-libmpdec=no > /dev/null
31
  run cd cpython && make > /dev/null
32
+ #run cd cpython && make test > /dev/null
33
  run cd cpython && make install > /dev/null
34
  run cd cpython && make clean
35