Browse Source
ci: add curl
Signed-off-by: rare-magma <rare-magma@posteo.eu>
pull/3614/head
rare-magma
1 year ago
Failed to extract signature
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -54,7 +54,7 @@ FROM node:20-slim |
|
|
LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio" |
|
|
LABEL org.opencontainers.image.source="https://github.com/ghostfolio/ghostfolio" |
|
|
ENV NODE_ENV=production |
|
|
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/* |
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
|
COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps |
|
|
COPY --from=builder /ghostfolio/dist/apps /ghostfolio/apps |
|
|