Skip to content

Commit 467098e

Browse files
olethanhhoh
authored andcommitted
Add dept in Dockerfile for ubuntu-22.04 and debian too
1 parent d1a90aa commit 467098e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packaging/debian-12.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
66
curl \
77
sudo \
88
python3-pip \
9+
python3-venv \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
WORKDIR /opt

packaging/ubuntu-24.04.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
66
curl \
77
sudo \
88
python3-pip \
9+
python3-venv \
910
cargo \
1011
&& rm -rf /var/lib/apt/lists/*
1112

0 commit comments

Comments
 (0)