diff --git a/Dockerfile b/Dockerfile index 6ea03e9..b681cc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,12 @@ LABEL maintainer "Nemo " ARG BUILD_DATE ARG VCS_REF -ENV CHROME_REVISION=674921 +ENV CHROME_REVISION=686378 WORKDIR /app +# So I can copy it to the above variable +RUN ls "/usr/local/share/.config/yarn/global/node_modules/puppeteer/.local-chromium/" # Ensure that the chromium path hasn't changed (this fails the build early) RUN ls "/usr/local/share/.config/yarn/global/node_modules/puppeteer/.local-chromium/linux-$CHROME_REVISION/chrome-linux/chrome"