mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Update run
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
if ! apk info 2>&1 | grep -q "libmaxminddb"; then
|
if ! apk info 2>&1 | egrep "^libmaxminddb$"; then
|
||||||
echo "**** adding libmaxminddb to package install list ****"
|
echo "**** adding libmaxminddb to package install list ****"
|
||||||
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
|
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user