File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
8282RUN --mount=type=cache,target=/root/.cache/pip \
8383 set -x \
8484 && pip --disable-pip-version-check \
85- install --no-deps \
85+ install --no-deps --only-binary :all: \
8686 -r /tmp/requirements/docs-dev.txt \
8787 -r /tmp/requirements/docs-user.txt \
8888 -r /tmp/requirements/docs-blog.txt \
@@ -174,7 +174,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
174174RUN --mount=type=cache,target=/root/.cache/pip \
175175 set -x \
176176 && pip --disable-pip-version-check \
177- install --no-deps \
177+ install --no-deps --only-binary :all: \
178178 -r /tmp/requirements/deploy.txt \
179179 -r /tmp/requirements/main.txt \
180180 $(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