Add python3-pip package

This commit is contained in:
Phil Regier 2023-11-10 00:50:58 +01:00
parent 2796e4164f
commit 1b3073878b

View File

@ -1,7 +1,7 @@
FROM opensuse/leap
RUN sed -i '/onlyReq/csolver.onlyRequires = true' /etc/zypp/zypp.conf
RUN zypper --quiet install -y git gcc libtool command-not-found
RUN zypper --quiet install -y git gcc libtool python3-pip command-not-found
RUN git clone https://github.com/reframe-hpc/reframe.git
WORKDIR /reframe