You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Rebrand E2E test Docker image
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# Update on docker hub with the following commands in the directory of this file:
|
# Update on docker hub with the following commands in the directory of this file:
|
||||||
# docker build -t matrixdotorg/riotweb-ci-e2etests-env:latest .
|
# docker build -t vectorim/element-web-ci-e2etests-env:latest .
|
||||||
# docker log
|
# docker log
|
||||||
# docker push matrixdotorg/riotweb-ci-e2etests-env:latest
|
# docker push vectorim/element-web-ci-e2etests-env:latest
|
||||||
FROM node:10
|
FROM node:10
|
||||||
RUN apt-get update
|
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
|
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
|
||||||
|
Reference in New Issue
Block a user