1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00

Merge pull request #623 from 2nd-Layer/fix-test-dockerfile

Bump-up Node.js to 10.x LTS in Dockerfile.test
This commit is contained in:
Vladimir Volek 2020-02-22 12:57:57 +01:00 committed by GitHub
commit b5b33a35f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ FROM python:latest
# setup
#
RUN apt-get update
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN curl --proto '=https' --tlsv1.2 -sSf https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get install -y chromium libappindicator3-1 xdg-utils fonts-liberation nodejs wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
RUN npm install -g yarn