Skip to content

Commit

Permalink
fix: added chardet pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
olimpiurob committed Jan 19, 2024
1 parent 845a83c commit 5617e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN buildDeps="build-essential libldap2-dev libsasl2-dev libssl-dev git vim xz-u
&& tar Jxvf data.tar.xz \
&& mkdir /plone/instance/parts/wkhtmltopdf \
&& mv usr/local/bin/wkhtmltopdf /plone/instance/parts/wkhtmltopdf/wkhtmltopdf \
&& pip install chardet \
&& find /plone -not -user plone -exec chown plone:plone {} \+ \
&& gosu plone buildout -c site.cfg

0 comments on commit 5617e80

Please sign in to comment.