Skip to content
Snippets Groups Projects
Verified Commit c4134312 authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Switch to root user to delete build folder

parent 406b7b52
Branches
No related tags found
No related merge requests found
Pipeline #376390 failed
......@@ -113,7 +113,9 @@ RUN cd MUST-v${MUST_VERSION}/build && \
OMPI_MCA_rmaps_base_oversubscribe=true \
make check-minimal -j8
USER root
RUN rm -r /build
# Run container as non-privileged user
USER user
WORKDIR /home/user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment