From b7058500a13d9a56c81cf716f338dc68abd3ac59 Mon Sep 17 00:00:00 2001 From: f-bn Date: Sun, 29 Oct 2023 18:06:28 +0100 Subject: [PATCH] feat: add curl package --- ubuntu/Dockerfile.jammy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile.jammy b/ubuntu/Dockerfile.jammy index 712d696..fd71323 100644 --- a/ubuntu/Dockerfile.jammy +++ b/ubuntu/Dockerfile.jammy @@ -15,7 +15,8 @@ RUN set -ex ; \ ca-certificates \ gnupg \ netcat-openbsd \ - socat ; \ + socat \ + curl ; \ apt clean all ; \ rm -rf \ /var/lib/apt/lists/* \