Skip to content

Commit

Permalink
Omitting --ignore-scripts
Browse files Browse the repository at this point in the history
made changes which was suggested in the sonarcloud
  • Loading branch information
thebedigupta authored Oct 5, 2024
1 parent 1e050fd commit 7fe02ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ARG ASYNCAPI_GENERATOR_VERSION=1.10.9
# Install dependencies and AsyncAPI Generator in a single RUN command
RUN apk --no-cache add git chromium && \
rm -rf /var/cache/apk/* && \
npm install -g "@asyncapi/generator@${ASYNCAPI_GENERATOR_VERSION}"
npm install -g --ignore-scripts "@asyncapi/generator@${ASYNCAPI_GENERATOR_VERSION}"

ENTRYPOINT [ "ag" ]

0 comments on commit 7fe02ad

Please sign in to comment.