From 34bfa0a1fa5c16aae492657649f89524c398bca6 Mon Sep 17 00:00:00 2001 From: t-katsumura Date: Wed, 3 Apr 2024 14:05:45 +0900 Subject: [PATCH] add libgnutls30 --- Dockerfile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f47cebb..28aa899 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index c0bc12e..060dac6 100644 --- a/README.md +++ b/README.md @@ -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)