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

Build image chrome from stable channel do not work #438

Closed
theproshin opened this issue Sep 8, 2021 · 1 comment · Fixed by #439
Closed

Build image chrome from stable channel do not work #438

theproshin opened this issue Sep 8, 2021 · 1 comment · Fixed by #439

Comments

@theproshin
Copy link
Contributor

run cmd:
images.exe chrome -b 93.0.4577.63-1 -d latest -t theproshin/chrome:93.0

In process build exit with error:

#5 89.10 sed: can't read /opt/google/chrome/google-chrome-stable: No such file or directory
executor failed running [/bin/sh -c curl -s https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && 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 &&
chown root:root /opt/google/$INSTALL_DIR/chrome-sandbox && chmod 4755 /opt/google/$INSTALL_DIR/chrome-sandbox && google-chrome --version && rm -Rf /tmp/* && rm -Rf /var/lib/apt/lists/*]: exit code: 2
2021/09/08 09:47:01 command error: build dev image: command execution error: exit status 1

@theproshin
Copy link
Contributor Author

I'm fix it and send you PR

@theproshin theproshin mentioned this issue Sep 8, 2021
vania-pooh added a commit that referenced this issue Sep 8, 2021
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 a pull request may close this issue.

1 participant