Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Fix #438 #439

Merged
merged 2 commits into from
Sep 8, 2021
Merged

Fix #438 #439

merged 2 commits into from
Sep 8, 2021

Conversation

theproshin
Copy link
Contributor

FIX #438

@@ -11,7 +11,7 @@ RUN \
echo 'deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main' > /etc/apt/sources.list.d/google.list && \
apt-get update && \
apt-get -y --no-install-recommends install iproute2 $PACKAGE=$VERSION && \
sed -i -e 's@exec -a "$0" "$HERE/chrome"@& --no-sandbox --disable-gpu@' /opt/google/$INSTALL_DIR/$PACKAGE && \
sed -i -e 's@exec -a "$0" "$HERE/chrome"@& --no-sandbox --disable-gpu@' /opt/google/$INSTALL_DIR/google-chrome && \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in beta and dev exist symlink google-chrome->google-chrome-beta

@codecov
Copy link

codecov bot commented Sep 8, 2021

Codecov Report

Merging #439 (97203d8) into master (12d5285) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #439   +/-   ##
======================================
  Coverage    6.24%   6.24%           
======================================
  Files           7       7           
  Lines         785     785           
======================================
  Hits           49      49           
  Misses        729     729           
  Partials        7       7           
Flag Coverage Δ
go 6.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09306be...97203d8. Read the comment docs.

@vania-pooh vania-pooh merged commit 626b49d into aerokube:master Sep 8, 2021
@vania-pooh
Copy link
Member

@theproshin thank you for contribution!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build image chrome from stable channel do not work
2 participants