build(harper.js): make parallel available in Docker build

This commit is contained in:
Elijah Potter 2025-04-03 08:51:09 -06:00
parent 0c94e81000
commit 970b210622

View file

@ -15,7 +15,7 @@ RUN wasm-pack build --release --target web
FROM node:${NODE_VERSION} AS node-build
RUN apt-get update && apt-get install git pandoc -y
RUN apt-get update && apt-get install git pandoc parallel -y
RUN corepack enable
RUN mkdir -p /usr/build/