Skip to content

Commit

Permalink
deps: Build lxml from the source
Browse files Browse the repository at this point in the history
This might be a workaround for SAML-Toolkits/python3-saml#292
  • Loading branch information
nijel committed Jun 7, 2022
1 parent 7641b5c commit 403c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN \
&& source $HOME/.cargo/env \
&& pip install --no-cache-dir --upgrade $(grep -E '^(pip|wheel|setuptools)==' /usr/src/weblate/requirements.txt) \
&& pip install --no-cache-dir $(grep -E '^pkgconfig==' /usr/src/weblate/requirements.txt) \
&& pip install --no-cache-dir --no-binary :all: $(grep ^cffi== /usr/src/weblate/requirements.txt) \
&& pip install --no-cache-dir --no-binary :all: $(grep ^(cffi|lxml)== /usr/src/weblate/requirements.txt) \
&& case "$VERSION" in \
*+* ) \
sed -Ei '/^(translate-toolkit|aeidon)/D' /usr/src/weblate/requirements.txt; \
Expand Down

0 comments on commit 403c38f

Please sign in to comment.