mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Merge pull request #426 from linuxserver/universal-tshoot-v3
Switch to hybrid (universal-tshoot)
This commit is contained in:
Regular → Executable
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