fix: update prod.Dockerfile to add additional required deps during base build
This commit is contained in:
parent
08c655235d
commit
18652ce400
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
ENV HOPP_ALLOW_RUNTIME_ENV=true
|
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
|
RUN npm install -g pnpm
|
||||||
COPY pnpm-lock.yaml .
|
COPY pnpm-lock.yaml .
|
||||||
RUN pnpm fetch
|
RUN pnpm fetch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue