diff --git a/diskover/Dockerfile b/diskover/Dockerfile index 3ecb08ef6..218582198 100644 --- a/diskover/Dockerfile +++ b/diskover/Dockerfile @@ -8,8 +8,7 @@ RUN \ ################ # Install apps # ################ - apt-get update \ - && apt-get install -y \ + apk add --no-cache \ jq \ curl \ cifs-utils \