mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
dockerfile: add texlive deps
This commit is contained in:
parent
14e53765e7
commit
0f29451416
@ -6,7 +6,8 @@ FROM debian:9
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential wget git python3-pip gcc-multilib \
|
||||
autoconf autogen bison dejagnu flex flip gawk git gperf gzip nsis openssh-client p7zip-full perl python-dev libisl-dev tcl tofrodos zip
|
||||
autoconf autogen bison dejagnu flex flip gawk git gperf gzip nsis openssh-client p7zip-full perl python-dev libisl-dev tcl tofrodos zip \
|
||||
texinfo texlive texlive-extra-utils
|
||||
|
||||
# download toolchain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user