mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 19:16:10 +00:00
937cc3fde5
* add jenkins changes * run prettier * update icons * update icons to use latest favicon
7 lines
245 B
Docker
7 lines
245 B
Docker
FROM electronuserland/builder:wine-03.18
|
|
|
|
RUN mkdir /hostHome
|
|
RUN apt-get update && apt-get install -y libusb-1.0 nasm graphicsmagick autoconf automake libtool python-pip
|
|
RUN pip install awscli --upgrade --user
|
|
ENV PATH "$PATH:/root/.local/bin"
|