build(ci): add npm to docker/ci image for semantic release

This commit is contained in:
Yassine Doghri 2023-03-17 17:08:19 +00:00
parent 5d2a2d49c4
commit 729edc9afa

View File

@ -14,6 +14,8 @@ RUN \
# install ci requirements
&& apk add --no-cache \
nodejs \
# install npm for @semantic-release/npm
npm \
git \
unzip \
wget \