File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1515RUN apt-get -y install wget
Original file line number Diff line number Diff line change 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
2121RUN apt-get -y install wget
Original file line number Diff line number Diff line change 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
2525COPY --chown=rfmuser . /home/rfmuser/reframe/
Original file line number Diff line number Diff line change 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
1515RUN apt-get -y install wget
You can’t perform that action at this time.
0 commit comments