File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ COPY requirements /tmp/requirements
81
81
RUN --mount=type=cache,target=/root/.cache/pip \
82
82
set -x \
83
83
&& pip --disable-pip-version-check \
84
- install --no-deps \
84
+ install --no-deps --only-binary :all: \
85
85
-r /tmp/requirements/docs-dev.txt \
86
86
-r /tmp/requirements/docs-user.txt \
87
87
-r /tmp/requirements/docs-blog.txt \
@@ -172,7 +172,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
172
172
RUN --mount=type=cache,target=/root/.cache/pip \
173
173
set -x \
174
174
&& pip --disable-pip-version-check \
175
- install --no-deps \
175
+ install --no-deps --only-binary :all: \
176
176
-r /tmp/requirements/deploy.txt \
177
177
-r /tmp/requirements/main.txt \
178
178
$(if [ "$DEVEL" = "yes" ]; then echo '-r /tmp/requirements/tests.txt -r /tmp/requirements/lint.txt' ; fi) \
You can’t perform that action at this time.
0 commit comments