From 64b3ea2374fd730a781c93c72fe2e05b199f449d Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 3 Jul 2025 05:52:58 -0700 Subject: [PATCH] Fix running in Alpine --- Dockerfile | 2 +- Floofbot/Floofbot.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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