Skip to content
Snippets Groups Projects
Commit c5e3b792 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Remove temporary files in /tmp in Dockerfile

parent 24931152
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,6 +33,7 @@ ENV MAVEN_HOME /usr/share/maven
# Add configuration files, bashrc and other tweaks
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
RUN rm -rf /tmp/*
RUN chown -R 1001:0 /opt/app-root
USER 1001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment