From edaf46381bb897094092ca25b0895478f3bdbcc2 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:22:40 +0200 Subject: [PATCH] test hadolint --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 53e1c0a..68bbbbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,5 @@ ENV WGET_VERSION="1.24.5-r0" RUN apk add --no-cache \ curl="${CURL_VERSION}" \ wget="${WGET_VERSION}" + +RUN apt update