1
0
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:
hackyminer 2018-08-15 00:32:02 +09:00 committed by Pavol Rusnak
parent 25f14f6695
commit cadc6786f0

View File

@ -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