mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
Merge pull request #426 from linuxserver/universal-tshoot-v3
Switch to hybrid (universal-tshoot)
This commit is contained in:
Regular → Executable
+1
-1
@@ -2,4 +2,4 @@
|
||||
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
apt-get update
|
||||
fi
|
||||
fi
|
||||
|
||||
Regular → Executable
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
## Ubuntu
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
echo "\
|
||||
dnsutils \
|
||||
net-tools \
|
||||
iputils-ping \
|
||||
traceroute" >> /mod-repo-packages-to-install.list
|
||||
|
||||
fi
|
||||
# Alpine
|
||||
if [ -f /sbin/apk ]; then
|
||||
echo "\
|
||||
bind-tools \
|
||||
net-tools" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-tshoot/run
|
||||
Reference in New Issue
Block a user