Merge pull request #1408 from pi-hole/chore/alpine-alphebetize

Alphebetize alpine dependencies for organization.
This commit is contained in:
Adam Warner 2023-07-28 18:23:20 +01:00 committed by GitHub
commit 3c3563c289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -12,24 +12,24 @@ ENV DNSMASQ_USER=pihole
ENV FTL_CMD=no-daemon
RUN apk add --no-cache \
git \
bash \
curl \
bind-tools \
nmap-ncat \
psmisc \
sudo \
unzip \
wget \
libcap \
binutils \
coreutils \
curl \
git \
iproute2-ss \
jq \
coreutils \
procps-ng \
libcap \
ncurses \
binutils \
nmap-ncat \
procps-ng \
psmisc \
shadow \
sudo \
tzdata \
shadow
unzip \
wget
ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
COPY crontab.txt /crontab.txt