From 033e42730164f989b5b6658720eda72025952914 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 28 Jan 2019 17:13:31 +0100 Subject: [PATCH] Install mkdir again --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27f55e44..5a4cf5f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 9ee56cba..e6dfa9a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 #