Skip to content

Commit

Permalink
feat: add pip on actions-runner-plone-py2
Browse files Browse the repository at this point in the history
DEVOPS-145
  • Loading branch information
remdub committed Oct 1, 2024
1 parent 4739e1e commit ede7199
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion actions-runner/plone/py2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN apt-get install --no-install-recommends -qqy \
wget \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
&& 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

USER runner

0 comments on commit ede7199

Please sign in to comment.