Merge pull request #633 from sabelka/add-osslsigncode

This commit is contained in:
Matt McCormick 2021-11-04 08:17:19 -04:00 committed by GitHub
commit da9b0a0afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN \
gettext \
gzip \
gnupg \
osslsigncode \
initramfs-tools \
libncurses5 \
libtool \

View File

@ -56,6 +56,7 @@ RUN \
make \
nsis \
openssl \
osslsigncode \
p7zip-full \
patch \
perl \

View File

@ -33,6 +33,7 @@ RUN \
libtool \
python3 \
python3-pip \
osslsigncode \
rsync \
sed \
ssh \