Skip to content

Commit

Permalink
feat: add libs to be able to run buildout which build a Plone
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuttor committed Sep 26, 2024
1 parent f855334 commit f8499a7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions actions-runner/plone/py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@ FROM harbor.imio.be/common/actions-runner-base:latest AS base
USER root

RUN apt-get install --no-install-recommends -qqy \
build-essential \
gcc \
git \
libbz2-dev \
libc6-dev \
libffi-dev \
libjpeg62-dev \
libopenjp2-7-dev \
libmemcached-dev \
libpcre3-dev \
libpq-dev \
libreadline-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
python3-dev \
python3-pip \
wget \
zlib1g-dev \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -qqy nodejs \
&& npm install -g pnpm@latest-8 \
Expand Down

0 comments on commit f8499a7

Please sign in to comment.