Skip to content

Commit

Permalink
feat(tests): add lib to tests PM (from https://github.com/IMIO/buildo…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuttor committed Oct 4, 2024
1 parent ef9dd64 commit d56e78b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions actions-runner/plone/py2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,49 @@ USER root
RUN apt-get install --no-install-recommends -qqy \
build-essential \
cmake \
default-jre-headless \
file \
gcc \
ghostscript \
git \
graphicsmagick \
imagemagick \
lbzip2 \
ldap-utils \
libbz2-dev \
libc6-dev \
libffi-dev \
libgif-dev \
libjpeg62-dev \
libldap-2.5-0 \
libldap2-dev \
libmagic1 \
libopenjp2-7-dev \
libpcre3-dev \
libpq-dev \
libpq5 \
libreadline-dev \
libreoffice-calc \
libreoffice-java-common \
libreoffice-script-provider-python \
libreoffice-writer \
libsasl2-dev \
libsigc++-2.0-0v5 \
libsigc++-2.0-dev \
libssl-dev \
libwebp-dev \
libxml2-dev \
libxslt1-dev \
lynx \
make \
poppler-data \
python2 \
python2-dev \
python2-pip-whl \
python2-setuptools-whl \
ruby \
wget \
zint \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit d56e78b

Please sign in to comment.