diff --git a/Dockerfile b/Dockerfile index 310cbe3..5756f48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,9 @@ RUN dart pub get && dart compile exe bin/server.dart -o bin/server.exe # Production stage FROM debian:bookworm-slim AS production -RUN apt-get update && apt-get install -y \ - curl \ - && rm -rf /var/lib/apt/lists/* +# RUN apt-get update && apt-get install -y \ +# curl \ +# && rm -rf /var/lib/apt/lists/* WORKDIR /app