We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c269572 commit d4fa2e3Copy full SHA for d4fa2e3
docker/action/Dockerfile
@@ -72,7 +72,8 @@ RUN set -e; \
72
"https://github.com/mmarkdown/mmark/releases/download/v${mmark}/mmark_${mmark}_linux_amd64.tgz" \
73
720f8cccd5c38a2a333d0a6af4146df1dd798f4cfcb5e83419fc518348bdf7ad; \
74
npm install -g aasvg; \
75
- 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 \
76
+ -r /i-d-template/requirements.txt; \
77
bundle install --system --gemfile=/i-d-template/Gemfile
78
79
ENTRYPOINT ["/i-d-template/entrypoint.sh"]
0 commit comments