Skip to content

Commit 283b4cf

Browse files
committed
add firefox
1 parent 6166a68 commit 283b4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update; \
99
sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'; \
1010
apt-get update && apt-get install -y google-chrome-stable nodejs Xvfb; \
1111
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
1213
ADD xvfb.sh /etc/init.d/xvfb
1314
RUN chmod 777 /etc/init.d/xvfb
1415
ADD entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)