jaypyles / Scraperr

Self-hosted webscraper.
https://scraperr-docs.pages.dev/
MIT License
1.21k stars 51 forks source link

arm + chrome version #47

Open Fuckingnameless opened 1 week ago

Fuckingnameless commented 1 week ago

running on armv8 it's complaining about the chrome package, i have another container using alpine-chrome:123 if that helps


 CANCELED [scraperr_api pybuilder 3/8] RUN python -m pip --  8.6s
 => [scraperr_api stage-1  4/12] RUN wget -q -O - https://dl.g  2.2s
 => [scraperr_api stage-1  5/12] RUN sh -c 'echo "deb [arch=am  0.3s
 => [scraperr_api stage-1  6/12] RUN apt-get update             2.2s
 => ERROR [scraperr_api stage-1  7/12] RUN apt-get install -y   1.3s
------
 > [scraperr_api stage-1  7/12] RUN apt-get install -y google-chrome-stable:
0.344 Reading package lists...
1.082 Building dependency tree...
1.294 Reading state information...
1.306 E: Unable to locate package google-chrome-stable
------
failed to solve: process "/bin/sh -c apt-get install -y google-chrome-stable" did not complete successfully: exit code: 100
make: *** [Makefile:40: up] Error 17