Add python3-pip package
This commit is contained in:
parent
2796e4164f
commit
1b3073878b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user