We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1f6c1 commit 37e57e7Copy full SHA for 37e57e7
Dockerfile
@@ -108,7 +108,8 @@ RUN set -x \
108
RUN set -x \
109
&& PIP_EXTRA_INDEX_URL=$THEME_REPO \
110
pip --no-cache-dir --disable-pip-version-check \
111
- install -r /tmp/requirements/deploy.txt \
+ install --no-binary hiredis \
112
+ -r /tmp/requirements/deploy.txt \
113
-r /tmp/requirements/main.txt \
114
$(if [ "$DEVEL" = "yes" ]; then echo '-r /tmp/requirements/tests.txt'; fi) \
115
$(if [ "$THEME_REPO" != "" ]; then echo '-r /tmp/requirements/theme.txt'; fi) \
0 commit comments