Skip to content
Snippets Groups Projects
Commit 52e2876c authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

ignore exit code for dpkg chrome

parent ddc8057e
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc ...@@ -25,7 +25,7 @@ RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc
RUN chmod +x mc RUN chmod +x mc
RUN mv mc /usr/bin RUN mv mc /usr/bin
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && dpkg -i google-chrome-stable_current_amd64.deb && rm -rf google-chrome-stable_current_amd64.deb RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && dpkg -i google-chrome-stable_current_amd64.deb || true && rm -rf google-chrome-stable_current_amd64.deb
COPY upload-artifacts.sh /upload-artifacts.sh COPY upload-artifacts.sh /upload-artifacts.sh
RUN chmod +x /upload-artifacts.sh RUN chmod +x /upload-artifacts.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment