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 81ce511 commit 15c4ac2Copy full SHA for 15c4ac2
.devcontainer/swift/root.sh
@@ -5,7 +5,8 @@ export DEBIAN_FRONTEND=noninteractive
5
apt-get -y install --no-install-recommends \
6
zlib1g-dev \
7
uuid-dev \
8
- python3-distutils
+ python3-distutils \
9
+ python3-pip
10
11
# Install Bazel
12
curl -fSsL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-linux-amd64
0 commit comments