Skip to content

Commit fd081a6

Browse files
committed
Install python3-venv in Ubuntu containers
1 parent 78cd960 commit fd081a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci-scripts/dockerfiles/Lmod-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN \
99
apt-get -y update && \
1010
apt-get -y install ca-certificates && \
1111
update-ca-certificates && \
12-
apt-get -y install gcc make git python3 python3-pip
12+
apt-get -y install gcc make git python3 python3-pip python3-venv
1313

1414
# Required utilities
1515
RUN apt-get -y install wget

ci-scripts/dockerfiles/Lmod77-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
apt-get -y update && \
1616
apt-get -y install ca-certificates && \
1717
update-ca-certificates && \
18-
apt-get -y install gcc make git python3 python3-pip
18+
apt-get -y install gcc make git python3 python3-pip python3-venv
1919

2020
# Required utilities
2121
RUN apt-get -y install wget

ci-scripts/dockerfiles/Spack.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
apt-get -y install gcc && \
2020
apt-get -y install make && \
2121
apt-get -y install git && \
22-
apt-get -y install python3 python3-pip
22+
apt-get -y install python3 python3-pip python3-venv
2323

2424
# Install ReFrame from the current directory
2525
COPY --chown=rfmuser . /home/rfmuser/reframe/

ci-scripts/dockerfiles/Tmod4-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN \
99
apt-get -y update && \
1010
apt-get -y install ca-certificates && \
1111
update-ca-certificates && \
12-
apt-get -y install gcc make git python3 python3-pip
12+
apt-get -y install gcc make git python3 python3-pip python3-venv
1313

1414
# Required utilities
1515
RUN apt-get -y install wget

0 commit comments

Comments
 (0)