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 \ gettext \
gzip \ gzip \
gnupg \ gnupg \
osslsigncode \
initramfs-tools \ initramfs-tools \
libncurses5 \ libncurses5 \
libtool \ libtool \

View File

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

View File

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