We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d25ae commit e050e20Copy full SHA for e050e20
docker/Dockerfile
@@ -20,7 +20,7 @@ FROM base AS deps
20
COPY package.json pnpm-lock.yaml ./
21
# Make and such are needed to compile serialport for riscv64
22
RUN apk add make gcc g++ python3 linux-headers npm && \
23
- npm install -g pnpm && \
+ npm install -g pnpm@10.4.1 && \
24
pnpm install --frozen-lockfile --no-optional && \
25
# serialport has outdated prebuilds that appear to fail on some archs, force build on target platform
26
rm -rf `find ./node_modules/.pnpm/ -wholename "*/@serialport/bindings-cpp/prebuilds" -type d` && \
0 commit comments