|
|
@ -14,6 +14,10 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \ |
|
|
|
wget \ |
|
|
|
wget \ |
|
|
|
xvfb |
|
|
|
xvfb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN apt-get update -yqq \ |
|
|
|
|
|
|
|
&& wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key \ |
|
|
|
|
|
|
|
&& wget -qO- https://deb.nodesource.com/setup_22.x | bash - \ |
|
|
|
|
|
|
|
&& apt-get install -y nodejs |
|
|
|
|
|
|
|
|
|
|
|
ARG CHROME_VERSION="google-chrome-stable" |
|
|
|
ARG CHROME_VERSION="google-chrome-stable" |
|
|
|
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - |
|
|
|
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - |
|
|
|