Skip to content
Snippets Groups Projects
Commit 729edc9a authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 5d2a2d49
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ RUN \ ...@@ -14,6 +14,8 @@ RUN \
# install ci requirements # install ci requirements
&& apk add --no-cache \ && apk add --no-cache \
nodejs \ nodejs \
# install npm for @semantic-release/npm
npm \
git \ git \
unzip \ unzip \
wget \ wget \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment