From 14c95384d69d70d8d337534182fa3e12992372c2 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:51:40 +0100 Subject: [PATCH] Reorder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be2935e2f..1a557b8c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,8 +52,8 @@ RUN yarn database:generate-typings # Image to run, copy everything needed from builder FROM node:18-slim RUN apt update && apt install -y \ - openssl \ curl \ + openssl \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps