We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git
1 parent 97ef9d5 commit 1559241Copy full SHA for 1559241
tests/ubuntu-24.04.dockerfile
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
5
python3-pip \
6
python3-venv \
7
libsecp256k1-dev \
8
+ git \
9
&& rm -rf /var/lib/apt/lists/*
10
11
# Create a working virtual environment \
0 commit comments