Skip to content

Commit

Permalink
fix: update path to chromium in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Sep 13, 2024
1 parent e2aae81 commit 3c2fa6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq chromium-sandbox=128.* && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq chromium-common=128.* && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq chromium=128.* && \
mkdir -p ~/osnap_chromium_1298002/chrome-linux && \
mv /usr/lib/chromium/* ~/osnap_chromium_1298002/chrome-linux && \
mv ~/osnap_chromium_1298002/chrome-linux/chromium ~/osnap_chromium_1298002/chrome-linux/chrome && \
mkdir -p ~/osnap_chromium_1331488/chrome-linux && \
mv /usr/lib/chromium/* ~/osnap_chromium_1331488/chrome-linux && \
mv ~/osnap_chromium_1331488/chrome-linux/chromium ~/osnap_chromium_1331488/chrome-linux/chrome && \
rm -f /usr/bin/chromium

COPY _release /usr/local
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile.node-lts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq chromium-sandbox=128.* && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq chromium-common=128.* && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq chromium=128.* && \
mkdir -p ~/osnap_chromium_1298002/chrome-linux && \
mv /usr/lib/chromium/* ~/osnap_chromium_1298002/chrome-linux && \
mv ~/osnap_chromium_1298002/chrome-linux/chromium ~/osnap_chromium_1298002/chrome-linux/chrome && \
mkdir -p ~/osnap_chromium_1331488/chrome-linux && \
mv /usr/lib/chromium/* ~/osnap_chromium_1331488/chrome-linux && \
mv ~/osnap_chromium_1331488/chrome-linux/chromium ~/osnap_chromium_1331488/chrome-linux/chrome && \
rm -f /usr/bin/chromium

COPY _release /usr/local
Expand Down

0 comments on commit 3c2fa6a

Please sign in to comment.