Commit 70716a34 authored by Robert Knight's avatar Robert Knight

Install `npm` in the Docker image

`npm` is still used by the final deployment process to publish packages
to the npm registry.
parent 872c4d7c
......@@ -10,6 +10,7 @@ RUN apk update && apk add --no-cache \
git \
make \
nodejs \
npm \
yarn
# Do not download a Chrome build as part of installing the "puppeteer" package,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment