Skip to content

Commit 53aa86d

Browse files
committed
fixup: venv
1 parent d093684 commit 53aa86d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ansible/roles/docker/templates/ubuntu2404.Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
2323
openjdk-21-jre-headless \
2424
curl \
2525
python3-pip \
26+
python3-venv \
2627
python-is-python3 \
2728
libfontconfig1 \
2829
libtool \

ansible/roles/docker/templates/ubuntu2404_armv7l.Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y ccache \
2222
pkg-config \
2323
curl \
2424
python3-pip \
25+
python3-venv \
2526
python-is-python3 \
2627
libfontconfig1
2728

ansible/roles/docker/templates/ubuntu2404_sharedlibs.Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install apt-utils -y && \
2525
pkg-config \
2626
curl \
2727
python3-pip \
28+
python3-venv \
2829
python-is-python3 \
2930
libfontconfig1 \
3031
libtool \

0 commit comments

Comments
 (0)