Skip to content

Commit 35bc007

Browse files
committed
Build with --only-binary :all:
1 parent 5623a77 commit 35bc007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ COPY requirements /tmp/requirements
8181
RUN --mount=type=cache,target=/root/.cache/pip \
8282
set -x \
8383
&& pip --disable-pip-version-check \
84-
install --no-deps \
84+
install --no-deps --only-binary :all: \
8585
-r /tmp/requirements/docs-dev.txt \
8686
-r /tmp/requirements/docs-user.txt \
8787
-r /tmp/requirements/docs-blog.txt \
@@ -172,7 +172,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
172172
RUN --mount=type=cache,target=/root/.cache/pip \
173173
set -x \
174174
&& pip --disable-pip-version-check \
175-
install --no-deps \
175+
install --no-deps --only-binary :all: \
176176
-r /tmp/requirements/deploy.txt \
177177
-r /tmp/requirements/main.txt \
178178
$(if [ "$DEVEL" = "yes" ]; then echo '-r /tmp/requirements/tests.txt -r /tmp/requirements/lint.txt'; fi) \

0 commit comments

Comments
 (0)