Merge pull request #5570 from matrix-org/jryans/e2etests-env-2021

Move to newer base image for end-to-end tests
pull/21833/head
J. Ryan Stinnett 2021-01-25 12:41:03 +00:00 committed by GitHub
commit ded010dd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# Update on docker hub with the following commands in the directory of this file:
# docker build -t vectorim/element-web-ci-e2etests-env:latest .
# docker log
# docker push vectorim/element-web-ci-e2etests-env:latest
FROM node:10
FROM node:14-buster
RUN apt-get update
RUN apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev uuid-runtime
# dependencies for chrome (installed by puppeteer)