Skip to content

Commit

Permalink
Suppress pip warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Dec 11, 2023
1 parent c269572 commit d4fa2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ RUN set -e; \
"https://github.com/mmarkdown/mmark/releases/download/v${mmark}/mmark_${mmark}_linux_amd64.tgz" \
720f8cccd5c38a2a333d0a6af4146df1dd798f4cfcb5e83419fc518348bdf7ad; \
npm install -g aasvg; \
pip3 install --compile --no-cache-dir --disable-pip-version-check -r /i-d-template/requirements.txt; \
pip3 install --no-cache-dir --break-system-packages --disable-pip-version-check \
-r /i-d-template/requirements.txt; \
bundle install --system --gemfile=/i-d-template/Gemfile

ENTRYPOINT ["/i-d-template/entrypoint.sh"]

0 comments on commit d4fa2e3

Please sign in to comment.