Skip to content

Commit

Permalink
Add git to tests docker
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jan 4, 2024
1 parent f581165 commit 472fe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM python:3.11-slim-bookworm
WORKDIR /tests

RUN apt-get update && \
apt-get install -y tcpdump libbrotli1 libnss3 gcc libcurl4-openssl-dev nghttp2-server
apt-get install -y tcpdump libbrotli1 libnss3 gcc libcurl4-openssl-dev nghttp2-server git

COPY requirements.txt requirements.txt

Expand Down

0 comments on commit 472fe46

Please sign in to comment.