1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-30 21:20:59 +02:00

Remove duplicate APKs

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-07-03 19:15:27 +01:00
parent 194fe3121f
commit 0f15d7b3ac
No known key found for this signature in database

View File

@ -6,7 +6,6 @@ ARG TARGETPLATFORM
# download a repo from github # download a repo from github
# TODO - probably remove a lot of these # TODO - probably remove a lot of these
RUN apk add --no-cache git \ RUN apk add --no-cache git \
libcap \
bash \ bash \
curl \ curl \
bind-tools \ bind-tools \
@ -22,14 +21,12 @@ RUN apk add --no-cache git \
iproute2-ss \ iproute2-ss \
jq \ jq \
coreutils \ coreutils \
ncurses \
dialog \ dialog \
newt \ newt \
procps \ procps \
dhcpcd \ dhcpcd \
openrc \ openrc \
ncurses \ ncurses \
newt \
nano \ nano \
less less