Skip to content

Commit 7658924

Browse files
committed
Might as well make the pip config fully sticky
1 parent ba3bdd8 commit 7658924

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/action/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5051
COPY ["entrypoint.sh", "requirements.txt", "Gemfile", "/i-d-template/"]
5152
RUN 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

0 commit comments

Comments
 (0)