Skip to content

Commit 2e0454c

Browse files
author
Pieter van Beerendonk
committed
venv3
1 parent c6ebd1f commit 2e0454c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bookworm
22

33
# install dependencies
44
RUN apt-get update -qq && \
5-
apt-get install -y git libjpeg-dev libpq-dev gettext python3 python3-pip libffi-dev
5+
apt-get install -y git libjpeg-dev libpq-dev gettext python3 python3-pip libffi-dev python3-venv
66

77

88
# build app

docker/tester/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update -qq && \
99
python3-pip \
1010
python3-setuptools \
1111
python3-wheel \
12+
python3-venv \
1213
libffi-dev \
1314
> /dev/null && \
1415
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)