Skip to content

Commit fc6fe5d

Browse files
committed
Build with --only-binary :all:
1 parent 9d13efc commit fc6fe5d

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
@@ -82,7 +82,7 @@ COPY requirements /tmp/requirements
8282
RUN --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 \
174174
RUN --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) \

0 commit comments

Comments
 (0)