diff --git a/Dockerfile b/Dockerfile index e50c4c275..82d1310ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ FROM node:20-slim LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio" ENV NODE_ENV=production -RUN apt-get update && apt-get install -y openssl \ +RUN apt-get update && apt-get install -y openssl curl \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps