Skip to content

Commit

Permalink
Does this fix Docker?
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Apr 24, 2024
1 parent f980daa commit 3057cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ENV NODE_ENV="production" \
PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN apt update -y && apt install -y libc-dev fftw-dev gcc g++ make libc6 ca-certificates
RUN npm install -g -f pnpm

FROM base as base-env
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"packageManager": "pnpm@8.14.3+sha256.2d0363bb6c314daa67087ef07743eea1ba2e2d360c835e8fec6b5575e4ed9484",
"packageManager": "pnpm@8.15.6",
"volta": {
"node": "20.12.1",
"pnpm": "8.15.6"
Expand Down

0 comments on commit 3057cd6

Please sign in to comment.