diff --git a/Dockerfile b/Dockerfile index 951bb52..7b7967d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" RUN corepack enable -RUN apt-get update && apt-get install -y openssl +RUN apt-get update && apt-get install -y openssl fontconfig +RUN fc-cache -f -v RUN pnpm i -g prisma prisma-kysely WORKDIR /app