Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 16, 2025
1 parent 3d1b155 commit df20e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ] ; \
mv chrome-linux /usr/lib/ && \
apt-get install -y chromium-chromedriver && \
# Hacking away to get later Chromium version work on ARM
rm /usr/bin/chromium-browser && \
rm /usr/lib/chromium-browser/chromium-browser && \
ln -s /usr/lib/chrome-linux/chrome /usr/bin/chromium-browser && \
ln -s /usr/lib/chrome-linux/chrome /usr/lib/chromium-browser/chromium-browser && \
Expand Down

0 comments on commit df20e7a

Please sign in to comment.