mirror of
https://github.com/Automattic/harper.git
synced 2025-07-07 13:05:01 +00:00
build(harper.js): make parallel available in Docker build
This commit is contained in:
parent
0c94e81000
commit
970b210622
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue