mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
Switch universal-tshoot to hydbrid
This commit is contained in:
+5
-4
@@ -2,15 +2,16 @@
|
||||
|
||||
## Ubuntu
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
apt-get install --no-install-recommends -y \
|
||||
echo "\
|
||||
dnsutils \
|
||||
net-tools \
|
||||
iputils-ping \
|
||||
traceroute
|
||||
traceroute" >> /mod-repo-packages-to-install.list
|
||||
|
||||
fi
|
||||
# Alpine
|
||||
if [ -f /sbin/apk ]; then
|
||||
apk add --no-cache \
|
||||
echo "\
|
||||
bind-tools \
|
||||
net-tools
|
||||
net-tools" >> /mod-repo-packages-to-install.list
|
||||
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