Skip to content
Snippets Groups Projects
Commit fceff8b6 authored by lcappelli's avatar lcappelli
Browse files

Fix bug: forgot a "/" in COPY directive

parent 2d55597d
No related branches found
No related tags found
1 merge request!19Resolve "Remove dependency from storm2/build project"
......@@ -12,7 +12,7 @@ ENV USERNAME $USERNAME
ENV USER_UID $USER_UID
ENV USER_GID ${USER_UID}
COPY library-script/*.sh /tmp/library-script
COPY library-script/*.sh /tmp/library-script/
RUN yum update -y && \
sh /tmp/library-script/setup.sh && \
......
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