Skip to content

Commit

Permalink
Merge pull request linagora#147 from tuanlc/OpenPaaS-Suite/esn-fronte…
Browse files Browse the repository at this point in the history
…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
MichaelBailly authored Oct 8, 2020
2 parents b88c969 + b18a937 commit 597cf1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mdi": "2.0.46",
"moment": "2.15.1",
"moment-timezone": "0.5.17",
"ng-tags-input": "3.2.0",
"ng-tags-input": "3.0.0",
"openpaas-auth-client": "github:openpaas-suite/openpaas-auth-client#main",
"re-tree": "0.0.2",
"restangular": "1.6.1",
Expand Down
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 597cf1d

Please sign in to comment.