fix dockerfile for build

Co-authored-by: sug <sug@tutao.de>
This commit is contained in:
abp 2025-11-18 10:57:33 +01:00
parent c2c8f934c5
commit b78e21d1d2
No known key found for this signature in database
GPG key ID: 791D4EC38A7AA7C2

View file

@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# Install pkcs11-tool from OpenSC to sign desktop clients and deb packages
# 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
RUN apt-get install -y graphviz