Skip to content

Commit 37e57e7

Browse files
dstufftewdurbin
authored andcommitted
Switch to using the sdist for hiredis (pypi#4584)
1 parent 9b1f6c1 commit 37e57e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ RUN set -x \
108108
RUN set -x \
109109
&& PIP_EXTRA_INDEX_URL=$THEME_REPO \
110110
pip --no-cache-dir --disable-pip-version-check \
111-
install -r /tmp/requirements/deploy.txt \
111+
install --no-binary hiredis \
112+
-r /tmp/requirements/deploy.txt \
112113
-r /tmp/requirements/main.txt \
113114
$(if [ "$DEVEL" = "yes" ]; then echo '-r /tmp/requirements/tests.txt'; fi) \
114115
$(if [ "$THEME_REPO" != "" ]; then echo '-r /tmp/requirements/theme.txt'; fi) \

0 commit comments

Comments
 (0)