diff --git a/Dockerfile b/Dockerfile index 11d8acc..8c0c17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ RUN apt-get update \ nodejs yarnpkg \ git \ && rm -rf /var/lib/apt/lists/* \ - && ln -s /usr/bin/yarnpkg /usr/bin/yarn + && ln -s /usr/bin/yarnpkg /usr/bin/yarn \ + && ln -s /usr/bin/chromium-browser /usr/bin/chromium