Skip to content

Commit

Permalink
custom install PyYAML 5.4.1 with cython<3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valipod committed Aug 29, 2023
1 parent 0d8cd64 commit 7581630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 5.2/5.2.13/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN apk add --no-cache --virtual .build-deps \
&& cp -rv ./$PLONE_VERSION_RELEASE/base_skeleton/* /plone/instance/ \
&& cp -v ./$PLONE_VERSION_RELEASE/buildout_templates/buildout.cfg /plone/instance/buildout-base.cfg \
&& pip install pip==$PIP setuptools==$SETUPTOOLS zc.buildout==$ZC_BUILDOUT wheel==$WHEEL \
# some package needs PyYAML 5.4.1, and this can only be built with cython<3.0.0
&& pip install "cython<3.0.0" && pip install --no-build-isolation pyyaml==5.4.1 \
&& cd /plone/instance \
&& buildout \
&& ln -s /data/filestorage/ /plone/instance/var/filestorage \
Expand Down

0 comments on commit 7581630

Please sign in to comment.