Skip to content

Commit

Permalink
Fix: Dockerfile add required runtimes for the new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Jan 22, 2025
1 parent 21c688d commit 38866db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# From https://github.com/runtime-env/import-meta-env/blob/main/packages/examples/docker-starter-example/Dockerfile
FROM node:20.11-alpine3.19 as build-stage
RUN apk add git
RUN apk add git python3 make g++
WORKDIR /app
COPY package.json package-lock.json ./
RUN SKIP_HOOKS=true npm ci
Expand Down

0 comments on commit 38866db

Please sign in to comment.