Skip to content

Commit

Permalink
add libgnutls30
Browse files Browse the repository at this point in the history
  • Loading branch information
t-katsumura committed Apr 3, 2024
1 parent 8c7eee9 commit 34bfa0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -f -y \
libssl-dev \
git \
zlib1g-dev \
libgnutls30 \
&& git clone https://github.com/giltene/wrk2.git \
&& cd wrk2 \
&& make \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project provides a container for network performance tests.
The container is available at [DockerHub](https://hub.docker.com/r/tomopiro/netperf).

Following tools are available in the container.
`nano editor`, `curl` and `net-tools` are also installed for convenience.

- [**wrk**](https://github.com/wg/wrk)
- [**wrk2**](https://github.com/giltene/wrk2)
Expand Down

0 comments on commit 34bfa0a

Please sign in to comment.