mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-17 16:35:47 -04:00
add libicu dep, fix curl issue
This commit is contained in:
@@ -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