Fix WORKDIR

No /root/ prefix
This commit is contained in:
Phil Regier 2023-11-10 00:48:11 +01:00
parent 35f1979c91
commit 2796e4164f

View File

@ -4,6 +4,6 @@ RUN sed -i '/onlyReq/csolver.onlyRequires = true' /etc/zypp/zypp.conf
RUN zypper --quiet install -y git gcc libtool command-not-found
RUN git clone https://github.com/reframe-hpc/reframe.git
WORKDIR /root/reframe
WORKDIR /reframe
RUN ./bootstrap.sh
RUN ./bin/reframe -V