Skip to content

Commit 1559241

Browse files
committed
fixup! git was missing
1 parent 97ef9d5 commit 1559241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ubuntu-24.04.dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
55
python3-pip \
66
python3-venv \
77
libsecp256k1-dev \
8+
git \
89
&& rm -rf /var/lib/apt/lists/*
910

1011
# Create a working virtual environment \

0 commit comments

Comments
 (0)