We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git
1 parent cf2a792 commit 7bdf1d0Copy full SHA for 7bdf1d0
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