forked from linagora/esn-frontend-common-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request linagora#147 from tuanlc/OpenPaaS-Suite/esn-fronte…
…nd-calendar/issues#174 linagora/esn-frontend-calendar#174 downgrade ng-tags-input package from 3.2.0 to 3.0.0
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |