Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 authored Jul 21, 2023
1 parent 2930034 commit 686b795
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 @@ -4,5 +4,5 @@ COPY versions.cfg /
RUN pip install -r https://dist.plone.org/release/5.2.10/requirements.txt ${PIP_PARAMS} && \
python create-constraints.py constraints.cfg constraints.txt && \
./bin/pip install --ignore-requires-python -r requirements.txt -c constraints.txt ${PIP_PARAMS} && \
./bin/pip install --no-deps git+https://github.com/RedTurtle/design.plone.policy.git@fix_upgradestep#design.plone.policy && \
./bin/pip install git+https://github.com/RedTurtle/design.plone.policy.git@fix_upgradestep#design.plone.policy && \
find /app/lib -name LC_MESSAGES -exec chown -R plone:plone {} \;

0 comments on commit 686b795

Please sign in to comment.