We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ebd1f commit 2e0454cCopy full SHA for 2e0454c
docker/backend/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:bookworm
2
3
# install dependencies
4
RUN apt-get update -qq && \
5
- apt-get install -y git libjpeg-dev libpq-dev gettext python3 python3-pip libffi-dev
+ apt-get install -y git libjpeg-dev libpq-dev gettext python3 python3-pip libffi-dev python3-venv
6
7
8
# build app
docker/tester/Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update -qq && \
9
python3-pip \
10
python3-setuptools \
11
python3-wheel \
12
+ python3-venv \
13
libffi-dev \
14
> /dev/null && \
15
rm -rf /var/cache/apk/*
0 commit comments