File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ ENV SHELL=/bin/bash \
4545 LANG=en_US.UTF-8 \
4646 LANGUAGE=en_US:en \
4747 LC_ALL=en_US.UTF-8 \
48- KRAMDOWN_PERSISTENT=t
48+ KRAMDOWN_PERSISTENT=t \
49+ PIP_BREAK_SYSTEM_PACKAGES=true
4950
5051COPY ["entrypoint.sh" , "requirements.txt" , "Gemfile" , "/i-d-template/" ]
5152RUN set -e; \
@@ -72,7 +73,7 @@ RUN set -e; \
7273 "https://github.com/mmarkdown/mmark/releases/download/v${mmark}/mmark_${mmark}_linux_amd64.tgz" \
7374 720f8cccd5c38a2a333d0a6af4146df1dd798f4cfcb5e83419fc518348bdf7ad; \
7475 npm install -g aasvg; \
75- pip3 install --no-cache-dir --break-system-packages -- disable-pip-version-check \
76+ pip3 install --no-cache-dir --disable-pip-version-check \
7677 -r /i-d-template/requirements.txt; \
7778 bundle install --system --gemfile=/i-d-template/Gemfile
7879
You can’t perform that action at this time.
0 commit comments