Skip to content

Commit

Permalink
build pycurl from source
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 21, 2024
1 parent d3da570 commit eefb644
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helm-chart/images/binderhub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ COPY helm-chart/images/binderhub/requirements.txt ./
COPY dist .
ARG PIP_CACHE_DIR=/tmp/pip-cache
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
pip install build \
&& pip wheel --wheel-dir=/tmp/wheels \
pip wheel --wheel-dir=/tmp/wheels \
# pycurl wheels for 7.45.3 have problems finding CAs
# https://github.com/pycurl/pycurl/issues/834
--no-binary pycurl \
-r ./requirements.txt \
./binderhub*.whl

Expand Down

0 comments on commit eefb644

Please sign in to comment.