Add package dependencies for Products.PortalTransforms

This commit is contained in:
Nicolas Demonte 2022-06-15 11:48:43 +02:00
parent 57a24af2f1
commit 521ac5a455
1 changed files with 8 additions and 1 deletions

View File

@ -54,6 +54,7 @@ RUN apt-get update \
libxml2-dev \
libxslt1.1 \
libxslt1-dev \
lynx \
multitail \
netcat \
openssh-client \
@ -63,7 +64,13 @@ RUN apt-get update \
python-pip \
rsync \
ruby \
wv
tidy \
unrtf \
wv \
&& curl -O http://archive.ubuntu.com/ubuntu/pool/universe/x/xlhtml/xlhtml_0.5.1-6ubuntu1_amd64.deb \
&& curl -O http://archive.ubuntu.com/ubuntu/pool/universe/x/xlhtml/ppthtml_0.5.1-6ubuntu1_amd64.deb \
&& dpkg -i xlhtml_0.5.1-6ubuntu1_amd64.deb ppthtml_0.5.1-6ubuntu1_amd64.deb \
&& rm xlhtml_0.5.1-6ubuntu1_amd64.deb ppthtml_0.5.1-6ubuntu1_amd64.deb
COPY *.cfg /plone/