mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
add common lisp
This commit is contained in:
parent
38a153c546
commit
68042e6d27
5 changed files with 17 additions and 2 deletions
|
@ -20,7 +20,7 @@ apt-get update
|
|||
apt-get install -y \
|
||||
nano wget build-essential pkg-config libxml2-dev \
|
||||
libsqlite3-dev mono-complete curl cmake libpython2.7-dev \
|
||||
ruby libtinfo-dev unzip git openssl libssl-dev
|
||||
ruby libtinfo-dev unzip git openssl libssl-dev sbcl
|
||||
|
||||
# install python2
|
||||
# final binary: /opt/python2/Python-2.7.17/python
|
||||
|
@ -222,7 +222,6 @@ cd Brainfuck-interpreter
|
|||
echo 'export PATH=$PATH:/opt/bf/Brainfuck-interpreter' >> /opt/.profile
|
||||
source /opt/.profile
|
||||
|
||||
|
||||
# create runnable users and apply limits
|
||||
for i in {1..150}; do
|
||||
useradd -M runner$i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue