diff options
author | 2018-05-31 11:03:12 +0200 | |
---|---|---|
committer | 2018-05-31 11:03:12 +0200 | |
commit | 15f73734f30d0c124e226d55b5e4a08683b6ea09 (patch) | |
tree | 19f4ea66d8c0c78ef601daa4199f08767e529ac2 /docker | |
parent | secure python execution (diff) |
adds nsjail compiled for ubuntu to see if unit testing can work with that
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 52e6b25..2c707a1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /snekbox RUN pipenv sync -RUN cp binaries/nsjail /usr/sbin/nsjail +RUN cp binaries/nsjail2.5-alpine-x86_64 /usr/sbin/nsjail RUN chmod +x /usr/sbin/nsjail CMD ["pipenv", "run", "snekbox"] |