From a2dc16730ab39adf0a2593fc1003f2d0ab546edd Mon Sep 17 00:00:00 2001 From: TKE Date: Tue, 7 Apr 2020 15:05:16 +0200 Subject: [PATCH] added osslsigncode for verifying of windows executeables --- file-analysis.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/file-analysis.dockerfile b/file-analysis.dockerfile index f789f2f..11a2cf2 100644 --- a/file-analysis.dockerfile +++ b/file-analysis.dockerfile @@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y \ unoconv \ ruby \ pev \ + osslsigncode \ unzip ; \ rm -rf /var/lib/apt/lists/*