You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve your error you should try to download chromium when you build the image.
ie:
FROM debian:buster
RUN apt-get update \
&& apt-get install -y ... # All the dependencies recommanded to install Chromium
# ... Copy your files# Download chromiumRUN dart pub get && dart bin/download_chromium.dart
# Create your entry point ...
When use in the linux by docker , I got a mistake like this?
ProcessException: No such file or directory
Command: unzip .local-chromium / 901912_chrome-linux.zip -d .local-chromium / 901912
Is there some images support the puppeteer-dart?
The text was updated successfully, but these errors were encountered: