Skip to content

Commit

Permalink
installing xcr and xrm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV authored Sep 30, 2024
1 parent 399debe commit 2a2f673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ ARG PACKAGE_FILE
RUN echo "Using package file: ${PACKAGE_FILE}" # Debug statement


COPY ${PACKAGE_FILE} /tmp/
COPY ${PACKAGE_FILE} /tmp/
COPY xcr_* /tmp/
COPY xrm_* /tmp/

ARG INSTALL_COMMANDS
RUN eval "${INSTALL_COMMANDS}"
Expand Down

0 comments on commit 2a2f673

Please sign in to comment.