File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ENV FTL_CMD=no-daemon
19
19
20
20
RUN apk add --no-cache \
21
21
bash \
22
+ bash-completion \
22
23
bind-tools \
23
24
binutils \
24
25
coreutils \
Original file line number Diff line number Diff line change 1
- 59 1 * * 6 PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
1
+ 59 1 * * 7 PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
2
2
00 00 * * * PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
3
3
59 17 * * * PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ if [ ! -x /bin/sh ]; then
4
+ echo " Executable test for /bin/sh failed. Your Docker version is too old to run Alpine 3.14+ and Pi-hole. You must upgrade Docker." ;
5
+ exit 1;
6
+ fi
7
+
3
8
if [ " ${PH_VERBOSE:- 0} " -gt 0 ]; then
4
9
set -x
5
10
fi
Original file line number Diff line number Diff line change 1
- pytest == 8.3.4
1
+ pytest == 8.3.5
2
2
pytest-xdist == 3.6.1
3
3
pytest-testinfra == 10.1.1
4
4
black == 25.1.0
You can’t perform that action at this time.
0 commit comments