Skip to content

Commit d4fa2e3

Browse files
committed
Suppress pip warnings
1 parent c269572 commit d4fa2e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/action/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ RUN set -e; \
7272
"https://github.com/mmarkdown/mmark/releases/download/v${mmark}/mmark_${mmark}_linux_amd64.tgz" \
7373
720f8cccd5c38a2a333d0a6af4146df1dd798f4cfcb5e83419fc518348bdf7ad; \
7474
npm install -g aasvg; \
75-
pip3 install --compile --no-cache-dir --disable-pip-version-check -r /i-d-template/requirements.txt; \
75+
pip3 install --no-cache-dir --break-system-packages --disable-pip-version-check \
76+
-r /i-d-template/requirements.txt; \
7677
bundle install --system --gemfile=/i-d-template/Gemfile
7778

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

0 commit comments

Comments
 (0)