From 47c3af6a0ed8686323aec922083fb582028d30ff Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 2 Sep 2022 19:03:04 +0000 Subject: [PATCH] oops --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2d83d38b7..938346439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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