Browse Source

Revert apt-get to apt

pull/3601/head
Thomas Kaul 1 year ago
parent
commit
4ee291e2ee
  1. 4
      Dockerfile

4
Dockerfile

@ -11,7 +11,7 @@ COPY ./package.json package.json
COPY ./package-lock.json package-lock.json COPY ./package-lock.json package-lock.json
COPY ./prisma/schema.prisma prisma/schema.prisma COPY ./prisma/schema.prisma prisma/schema.prisma
RUN apt-get update && apt-get install -y \ RUN apt update && apt install -y \
g++ \ g++ \
git \ git \
make \ make \
@ -53,7 +53,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"
RUN apt-get update && apt-get install -y \ RUN apt update && apt install -y \
curl \ curl \
openssl \ openssl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

Loading…
Cancel
Save