This commit is contained in:
Andras Bacsai 2022-09-02 19:03:04 +00:00
parent e5527a5aa5
commit 47c3af6a0e

View File

@ -12,6 +12,7 @@ RUN pnpm build
FROM node:18-slim
WORKDIR /app
ENV NODE_ENV production
ARG TARGETPLATFORM
RUN apt update && apt -y install git git-lfs openssh-client curl jq cmake sqlite3 openssl psmisc python3 && apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/
RUN curl -sL https://unpkg.com/@pnpm/self-installer | node