We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246afe9 commit 00154f1Copy full SHA for 00154f1
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1 PIPENV_VENV_IN_PROJECT=1 C_FORCE_ROOT=1
5
COPY Pipfile .
6
COPY Pipfile.lock .
7
8
-RUN apt-get update -y && apt-get install -y --no-install-recommends curl firejail
+RUN apt-get update -y && apt-get install -y --no-install-recommends curl firejail bubblewrap
9
10
RUN pip install pipenv && \
11
pipenv install --dev
0 commit comments