Skip to content

Commit

Permalink
drops redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg committed Mar 15, 2024
1 parent 3262913 commit 95ab0bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cimg-ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ARG CHROME_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_
RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \
&& sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' \
&& sudo apt-get update -qq --fix-missing \
&& sudo apt-get install -qq --no-install-recommends \
&& sudo apt-get install -qq google-chrome-stable \
&& sudo sed -i 's|HERE/chrome"|HERE/chrome" --disable-gpu --disable-setuid-sandbox --no-sandbox|g' "/opt/google/chrome/google-chrome" \
&& sudo apt-get clean \
Expand Down

0 comments on commit 95ab0bf

Please sign in to comment.