Skip to content
Snippets Groups Projects
Commit ce9fccd2 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix path of installer

parent fb95a2f6
No related branches found
No related tags found
No related merge requests found
Pipeline #196088 failed
...@@ -34,7 +34,9 @@ RUN adduser --disabled-password --gecos '' vivado && \ ...@@ -34,7 +34,9 @@ RUN adduser --disabled-password --gecos '' vivado && \
usermod -aG sudo vivado && \ usermod -aG sudo vivado && \
echo "vivado ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers echo "vivado ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
COPY accept-eula.sh ${PETA_RUN_FILE} / RUN mkdir /installers
COPY accept-eula.sh /
COPY ${PETA_RUN_FILE} /
# Run the installer # Run the installer
RUN chmod a+rx /${PETA_RUN_FILE} && \ RUN chmod a+rx /${PETA_RUN_FILE} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment