Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Move to newer base image for end-to-end tests
Browse files Browse the repository at this point in the history
This updates to Node 14 (current LTS) as well moving from Debian Stretch to
Buster for the base OS. The Debian upgrade brings along a newer Python 3.8,
which is actively supported.

Fixes element-hq/element-web#16272
  • Loading branch information
jryans committed Jan 25, 2021
1 parent 3115c4f commit 377e6b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 377e6b5

Please sign in to comment.