scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.04k stars 507 forks source link

Fix build failing due to multistage docker COPY issue #1160

Open xaander1 opened 1 year ago

xaander1 commented 1 year ago

The current Dockerfile fails on build with error "Docker: failed to export image: failed to create image: failed to get layer" Adding "RUN true" fixes the issue. See issue resolution here: https://stackoverflow.com/questions/51115856/docker-failed-to-export-image-failed-to-create-image-failed-to-get-layer