mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
add ssl to install dependencies, update python3 to python3.8 for versions
This commit is contained in:
parent
2bebceafb6
commit
20d659e5a6
2 changed files with 3 additions and 3 deletions
|
@ -86,11 +86,11 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "python -V"
|
|||
echo '---'
|
||||
|
||||
echo 'python3'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3 -V"
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3.8 -V"
|
||||
echo '---'
|
||||
|
||||
echo 'paradoc'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3 -m paradoc --version"
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python3.8 -m paradoc --version"
|
||||
echo '---'
|
||||
|
||||
echo 'ruby'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue