From c9d4c1b237cd992ef2042605d4c53ed8ecd0bac7 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Mon, 29 Jul 2024 21:47:09 +0200 Subject: [PATCH] ci: add curl Signed-off-by: rare-magma --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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