Skip to content

Commit

Permalink
feat(actions-runner): docsplit is needed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 8, 2024
1 parent eb7ca02 commit 3d05246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions-runner/plone/py2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN apt-get install --no-install-recommends -qqy \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
&& curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py \
&& python2.7 get-pip.py \
&& rm get-pip.py
&& rm get-pip.py \
&& gem install docsplit

USER runner

0 comments on commit 3d05246

Please sign in to comment.