Skip to content

Commit 00154f1

Browse files
committed
Add bubblewrap (submission sandboxing, untested)
1 parent 246afe9 commit 00154f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1 PIPENV_VENV_IN_PROJECT=1 C_FORCE_ROOT=1
55
COPY Pipfile .
66
COPY Pipfile.lock .
77

8-
RUN apt-get update -y && apt-get install -y --no-install-recommends curl firejail
8+
RUN apt-get update -y && apt-get install -y --no-install-recommends curl firejail bubblewrap
99

1010
RUN pip install pipenv && \
1111
pipenv install --dev

0 commit comments

Comments
 (0)