mirror of
https://github.com/trezor/trezor-wallet
synced 2025-04-06 18:36:05 +00:00
Install mkdir
This commit is contained in:
parent
a6f060a0f0
commit
09ea833bb9
@ -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 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 mdkir wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
|
||||
RUN npm install -g yarn
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user