Fix WORKDIR
No /root/ prefix
This commit is contained in:
parent
35f1979c91
commit
2796e4164f
@ -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
|
Loading…
Reference in New Issue
Block a user