From 3afb76cc291c3fa76f97ff1d0ea51dd3061d117f Mon Sep 17 00:00:00 2001 From: Owen Valentine Date: Thu, 6 Apr 2023 18:42:08 +0200 Subject: [PATCH] Add curl to image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1a13d20..7a977ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,3 +29,5 @@ ENV ALLOW_RESTARTS=0 \ VERSION=1 \ VOLUMES=0 COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg + +RUN apk --no-cache add curl