Skip to content

Commit

Permalink
Ensure to not run script when installing package (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Mar 31, 2023
1 parent b0c2ac4 commit 1a5894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update -y && \
# renovate: datasource=npm depName=renovate
ENV RENOVATE_VERSION=35.27.0

RUN npm install -g renovate@${RENOVATE_VERSION} && \
RUN npm install -g renovate@${RENOVATE_VERSION} --ignore-scripts && \
npm cache clean --force && \
# Smoke test
renovate --version
Expand Down

0 comments on commit 1a5894e

Please sign in to comment.