From 037a79206e77ecdc7d295b3d40c94570c770efff Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 7 Oct 2023 10:55:21 +0200 Subject: [PATCH] doh2 --- core/oletools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/oletools/Dockerfile b/core/oletools/Dockerfile index 79045175..f636cc6d 100644 --- a/core/oletools/Dockerfile +++ b/core/oletools/Dockerfile @@ -12,7 +12,7 @@ ARG OLEFY_SHA256=1f5aa58b78ca7917350135b4425e5ed4d580c7051aabed1952c6afd12d0345a RUN set -euxo pipefail \ ; apk add --no-cache netcat-openbsd libmagic libffi \ ; curl -sLo olefy.py $OLEFY_SCRIPT \ - ; echo "$OLEFY_SHA256 olefy.py" |sha256sum --check \ + ; echo "$OLEFY_SHA256 olefy.py" |sha256sum -c \ ; chmod 755 olefy.py COPY start.py /