mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-08 06:09:50 +00:00
fix dockerfile for build
Co-authored-by: sug <sug@tutao.de>
This commit is contained in:
parent
c2c8f934c5
commit
b78e21d1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
# Install pkcs11-tool from OpenSC to sign desktop clients and deb packages
|
# Install pkcs11-tool from OpenSC to sign desktop clients and deb packages
|
||||||
# Note: `osslsigncode` is used on Windows as well
|
# Note: `osslsigncode` is used on Windows as well
|
||||||
RUN apt-get install -y opensc usbutils pcsc-tools osslsigncode libengine-pkcs11-openssl
|
RUN apt-get update && apt-get install -y opensc usbutils pcsc-tools osslsigncode libengine-pkcs11-openssl
|
||||||
|
|
||||||
# Install graphiz to make the bundles graph
|
# Install graphiz to make the bundles graph
|
||||||
RUN apt-get install -y graphviz
|
RUN apt-get install -y graphviz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue