mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Switch universal-tshoot to hydbrid
This commit is contained in:
+5
-4
@@ -2,15 +2,16 @@
|
|||||||
|
|
||||||
## Ubuntu
|
## Ubuntu
|
||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
apt-get install --no-install-recommends -y \
|
echo "\
|
||||||
dnsutils \
|
dnsutils \
|
||||||
net-tools \
|
net-tools \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
traceroute
|
traceroute" >> /mod-repo-packages-to-install.list
|
||||||
|
|
||||||
fi
|
fi
|
||||||
# Alpine
|
# Alpine
|
||||||
if [ -f /sbin/apk ]; then
|
if [ -f /sbin/apk ]; then
|
||||||
apk add --no-cache \
|
echo "\
|
||||||
bind-tools \
|
bind-tools \
|
||||||
net-tools
|
net-tools" >> /mod-repo-packages-to-install.list
|
||||||
fi
|
fi
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-mods-tshoot/run
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
|
||||||
|
|
||||||
if [ -f /usr/bin/apt ]; then
|
|
||||||
apt-get update
|
|
||||||
fi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/mod-init-apt/run
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oneshot
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/mod-init-tshoot/run
|
|
||||||
Reference in New Issue
Block a user