Skip to content

Commit

Permalink
linagora/esn-frontend-calendar#174 Fixed Firefox version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tuan LE committed Oct 8, 2020
1 parent cb9b05d commit b18a937
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM node:10-buster

RUN apt-get update
RUN apt-get install -y firefox-esr
# Firefox for dependencies
RUN apt update && apt install -y firefox-esr && apt remove -y firefox-esr

# Fixing Firefox's version
ENV FFV=81.0.1
RUN cd /tmp && wget http://download-installer.cdn.mozilla.net/pub/firefox/releases/${FFV}/linux-x86_64/en-US/firefox-${FFV}.tar.bz2 && tar xvf firefox-${FFV}.tar.bz2 && ln -s /tmp/firefox/firefox /bin/firefox

ENV MOZ_FORCE_DISABLE_E10S=true

0 comments on commit b18a937

Please sign in to comment.