Skip to content

Commit 3917cf4

Browse files
committed
install pip on azure agent image
1 parent a07d525 commit 3917cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines-azureagent/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommend
1010
git \
1111
iputils-ping \
1212
jq \
13+
libicu70 \
1314
lsb-release \
1415
software-properties-common \
15-
libicu70
16+
python3-pip
1617

1718
# Can be 'linux-x64', 'linux-arm64', 'linux-arm', 'rhel.6-x64'.
1819
ARG az_ag_release

0 commit comments

Comments
 (0)