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

Rename setup.sh in provide-deps.sh

Use name conventions in .devcontainer
parent 7521bea4
No related branches found
No related tags found
1 merge request!19Resolve "Remove dependency from storm2/build project"
Pipeline #74616 passed
......@@ -11,7 +11,7 @@ ARG USER_GID=${USER_UID}
COPY library-script/*.sh /tmp/library-script/
RUN yum update -y && \
sh /tmp/library-script/setup.sh && \
sh /tmp/library-script/provide-deps.sh && \
sh /tmp/library-script/provide-user.sh ${USERNAME} ${USER_UID} ${USER_GID} && \
yum clean all && rm -rf /var/cache/yum
......
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