AeonLucid / FlareSolverr

Proxy server to bypass Cloudflare protection
MIT License
14 stars 2 forks source link

chromium-browser was not found #4

Open ivanjx opened 1 year ago

ivanjx commented 1 year ago

Environment

Description

i tried to build the docker for my rpi 4 from my ubuntu machine (x64) with this command:

docker buildx build --platform=arm64 -t flaresolverr .

but it errors:

#0 368.7 Reading package lists...
#0 372.3 Reading package lists...
#0 375.7 Building dependency tree...
#0 376.1 Reading state information...
#0 376.1 Package chromium-browser is not available, but is referred to by another package.
#0 376.1 This may mean that the package is missing, has been obsoleted, or
#0 376.1 is only available from another source
#0 376.1 
#0 376.1 E: Version '1:108.0.5359.40-0ubuntu1~ppa1~22.04.1' for 'chromium-browser' was not found
------
ERROR: failed to solve: executor failed running [/bin/sh -c apt-get update &&     apt-get install -y software-properties-common &&     add-apt-repository ppa:saiarcot895/chromium-beta &&     apt-get update &&     apt-get install -y     chromium-browser=1:108.0.5359.40-0ubuntu1~ppa1~22.04.1     xvfb     python3-pip     &&     rm -rf /var/lib/apt/lists/* &&     rm -f /usr/lib/x86_64-linux-gnu/libmfxhw* &&     rm -rf /root/.cache]: exit code: 100