From f6da420f19a8843d12b545e2cd005d88e59c40f4 Mon Sep 17 00:00:00 2001 From: Mark Coleman Date: Sat, 20 Jun 2020 19:12:57 +0100 Subject: [PATCH] Demonstrating that adding apache2-utils fixes the problem --- deploy/registry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/registry/Dockerfile b/deploy/registry/Dockerfile index 58c2c9243..696b9f7a5 100644 --- a/deploy/registry/Dockerfile +++ b/deploy/registry/Dockerfile @@ -1,5 +1,5 @@ FROM registry:2 -RUN apk add --no-cache --update curl +RUN apk add --no-cache --update curl apache2-utils ARG REGISTRY_USERNAME ARG REGISTRY_PASSWORD RUN mkdir -p /certs /auth