We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0ab53 commit 9fb859fCopy full SHA for 9fb859f
ci/docker/forge.Dockerfile
@@ -51,8 +51,9 @@ Signed-by: /etc/apt/keyrings/microsoft.gpg" | sudo tee /etc/apt/sources.list.d/a
51
52
apt-get update
53
apt-get install -y \
54
- awscli docker-ce-cli nodejs build-essential python-is-python3 \
+ awscli nodejs build-essential python-is-python3 \
55
python3-pip openjdk-8-jre wget jq \
56
+ "docker-ce-cli=5:28.5.2-1~ubuntu.22.04~jammy" \
57
azure-cli="${AZ_VER}"-1~"${AZ_DIST}"
58
59
# Install uv
0 commit comments