We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6166a68 commit 283b4cfCopy full SHA for 283b4cf
Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update; \
9
sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'; \
10
apt-get update && apt-get install -y google-chrome-stable nodejs Xvfb; \
11
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
12
+RUN apt-get update && apt-get -y install firefox firefox-locale-fr
13
ADD xvfb.sh /etc/init.d/xvfb
14
RUN chmod 777 /etc/init.d/xvfb
15
ADD entrypoint.sh /entrypoint.sh
0 commit comments