mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-06 09:57:22 +08:00
feat: adding pip to base image
This commit is contained in:
committed by
Yusuke Kuoka
parent
7638c21e92
commit
726b39aedd
@@ -37,7 +37,9 @@ RUN apt update -y \
|
||||
wget \
|
||||
zip \
|
||||
zstd \
|
||||
&& cd /usr/bin && ln -sf python3 python \
|
||||
python3-pip \
|
||||
&& ln -sf /usr/bin/python3 /usr/bin/python \
|
||||
&& ln -sf /usr/bin/pip3 /usr/bin/pip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \
|
||||
|
||||
Reference in New Issue
Block a user