From 0f15d7b3ac2bfc14e2d3208725815f859aa7970c Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 3 Jul 2023 19:15:27 +0100 Subject: [PATCH] Remove duplicate APKs Signed-off-by: Adam Warner --- src/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index c506308..a721aa6 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -6,7 +6,6 @@ ARG TARGETPLATFORM # download a repo from github # TODO - probably remove a lot of these RUN apk add --no-cache git \ - libcap \ bash \ curl \ bind-tools \ @@ -22,14 +21,12 @@ RUN apk add --no-cache git \ iproute2-ss \ jq \ coreutils \ - ncurses \ dialog \ newt \ procps \ dhcpcd \ openrc \ ncurses \ - newt \ nano \ less