mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
docker: protobuf stuff added
This commit is contained in:
parent
25f14f6695
commit
cadc6786f0
@ -22,9 +22,13 @@ RUN cd /opt && wget $TOOLCHAIN_URL && tar xfj $TOOLCHAIN_LONGVER-$TOOLCHAIN_FLAV
|
||||
|
||||
ENV PATH=/opt/$TOOLCHAIN_LONGVER/bin:$PATH
|
||||
|
||||
# install additional tools
|
||||
|
||||
RUN apt-get install -y protobuf-compiler libprotobuf-dev
|
||||
|
||||
# install python tools
|
||||
|
||||
RUN pip3 install click pyblake2 scons
|
||||
RUN pip3 install click pyblake2 scons protobuf
|
||||
RUN pip3 install --no-deps git+https://github.com/trezor/python-trezor.git@master
|
||||
|
||||
# workarounds for weird default install
|
||||
|
Loading…
Reference in New Issue
Block a user