Skip to content

Commit c985214

Browse files
committed
Add firejail (required for command sandboxing)
1 parent 300a855 commit c985214

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM python:3.11-slim-bookworm
22

3-
RUN apt-get update -y && apt-get install -y --no-install-recommends curl
4-
53
# reduce the number of celery warnings
64
RUN useradd celery
75

@@ -10,6 +8,8 @@ ENV PYTHONUNBUFFERED=1 PIPENV_VENV_IN_PROJECT=1
108
COPY Pipfile .
119
COPY Pipfile.lock .
1210

11+
RUN apt-get update -y && apt-get install -y --no-install-recommends curl firejail
12+
1313
RUN pip install pipenv && \
1414
pipenv install --dev
1515

0 commit comments

Comments
 (0)