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 ENV FTL_CMD=no-daemon
RUN apk add --no-cache \ RUN apk add --no-cache \
git \
bash \ bash \
curl \
bind-tools \ bind-tools \
nmap-ncat \ binutils \
psmisc \ coreutils \
sudo \ curl \
unzip \ git \
wget \
libcap \
iproute2-ss \ iproute2-ss \
jq \ jq \
coreutils \ libcap \
procps-ng \
ncurses \ ncurses \
binutils \ nmap-ncat \
procps-ng \
psmisc \
shadow \
sudo \
tzdata \ tzdata \
shadow unzip \
wget
ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
COPY crontab.txt /crontab.txt COPY crontab.txt /crontab.txt