diff --git a/Dockerfile b/Dockerfile index 4289196..efbab42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:latest # Dependencies and curl for custom backup scripts -RUN apk add --no-cache libintl libstdc++ curl +RUN apk add --no-cache libintl libstdc++ curl icu-libs icu-data-full # Set and add working directory WORKDIR /root/ diff --git a/Floofbot/Floofbot.csproj b/Floofbot/Floofbot.csproj index 5865cc7..762e81e 100644 --- a/Floofbot/Floofbot.csproj +++ b/Floofbot/Floofbot.csproj @@ -1,5 +1,9 @@  + + false + + Exe net8.0