Alphebetize dependencies for organization.

This commit is contained in:
Dan Schaper 2023-07-28 10:10:10 -07:00 committed by GitHub
parent fbaf191304
commit 9a058c5511
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