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