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 @@ -82,7 +82,7 @@ COPY requirements /tmp/requirements
82
82
RUN --mount=type=cache,target=/root/.cache/pip \
83
83
set -x \
84
84
&& pip --disable-pip-version-check \
85
- install --no-deps \
85
+ install --no-deps --only-binary :all: \
86
86
-r /tmp/requirements/docs-dev.txt \
87
87
-r /tmp/requirements/docs-user.txt \
88
88
-r /tmp/requirements/docs-blog.txt \
@@ -174,7 +174,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
174
174
RUN --mount=type=cache,target=/root/.cache/pip \
175
175
set -x \
176
176
&& pip --disable-pip-version-check \
177
- install --no-deps \
177
+ install --no-deps --only-binary :all: \
178
178
-r /tmp/requirements/deploy.txt \
179
179
-r /tmp/requirements/main.txt \
180
180
$(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