add libicu dep, fix curl issue

This commit is contained in:
aptalca
2022-02-19 16:16:35 -05:00
parent 7dc404e729
commit 57c4943209
4 changed files with 15 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+2
View File
@@ -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_*)