mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 07:50:57 +00:00
docker: remove
It seems to me 1) it does not work 2) no one actually uses this.
This commit is contained in:
parent
776071e220
commit
e30159c000
@ -1,15 +0,0 @@
|
||||
FROM python:3.7.1-stretch
|
||||
|
||||
WORKDIR /trezor-emulator
|
||||
|
||||
COPY ./ /trezor-emulator
|
||||
RUN make vendor
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install libusb-1.0-0
|
||||
|
||||
RUN pip3 install scons trezor
|
||||
RUN make build_unix
|
||||
|
||||
ENTRYPOINT ["emulator/run.sh"]
|
||||
EXPOSE 21324/udp 21325
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
|
||||
export SDL_VIDEODRIVER=dummy
|
||||
export TREZOR_UDP_IP=0.0.0.0
|
||||
|
||||
source emu.sh
|
Loading…
Reference in New Issue
Block a user