diff --git a/prod.Dockerfile b/prod.Dockerfile index 9486644f3..33db9f1e2 100644 --- a/prod.Dockerfile +++ b/prod.Dockerfile @@ -4,6 +4,9 @@ WORKDIR /usr/src/app ENV HOPP_ALLOW_RUNTIME_ENV=true +# Required by @hoppscotch/js-sandbox to build `isolated-vm` +RUN apk add python3 make g++ + RUN npm install -g pnpm COPY pnpm-lock.yaml . RUN pnpm fetch