mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-30 03:53:18 -04:00
add libicu dep, fix curl issue
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
apt-get update
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
# Determine if setup is needed
|
||||
if [ -d /dotnet ]; then
|
||||
# install deps
|
||||
apt-get install -y libicu66
|
||||
# remove existing install if updating
|
||||
if ls -d /dotnet_* >/dev/null 2>&1; then
|
||||
echo "deleting" $(ls -d /dotnet_*)
|
||||
|
||||
Reference in New Issue
Block a user