From 69d6bd178557c01f5d87266f059e54ebc8bfd364 Mon Sep 17 00:00:00 2001 From: wh1t3fox Date: Mon, 24 May 2021 18:15:07 -0400 Subject: [PATCH] add missing curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0e6b68a..88dfe82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN \ apk add -q --no-progress --no-cache --update \ bash \ ca-certificates \ + curl \ iproute2 \ iptables \ ip6tables \