1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-29 01:11:43 +00:00

Install mkdir again

This commit is contained in:
Vladimir Volek 2019-01-28 17:13:31 +01:00
parent 09ea833bb9
commit 033e427301
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ integration tests:
stage: integration tests
script:
- docker build -t wallet-emulator-bridge-tests .
- mdkir -p /trezor-wallet/test/screenshots
- mkdir -p /trezor-wallet/test/screenshots
- docker run --volume /trezor-wallet/test/screenshots:/trezor-wallet/test/screenshots --rm wallet-emulator-bridge-tests
artifacts:
when: on_failure

View File

@ -5,7 +5,7 @@ FROM python:latest
#
RUN apt-get update
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs mdkir wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
RUN apt-get install -y 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
#