Skip to content

Commit

Permalink
ci: update docker file indicating commitlint package
Browse files Browse the repository at this point in the history
  • Loading branch information
Salonikansal2 authored and metaclips committed Oct 29, 2023
1 parent d5235a6 commit d81ec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ RUN set -xe; \
mv "/opt/node-v${NODEJS_VERSION}-${NODEJS_OS}" "${NODEJS_HOME}"; \
rm -rf "${NODEJS_PACKAGE}"; \
PATH="${NODEJS_HOME}/bin:$PATH"; \
# Setup Commitlint
# set user to root in order to be able to install global dependencies
npm --global config set user root && \
# Setup Commitlint
npm install --global @commitlint/cli@${COMMITLINT_VERSION}; \
# Setup rust
apt-get update; \
Expand Down

0 comments on commit d81ec94

Please sign in to comment.