From 7a2b98494cdb594fb21ea958101532a64997c659 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 15 Jan 2024 10:55:43 +0100 Subject: [PATCH] build: match acme.sh dependencies --- Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ca89b4..762f90a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,11 +12,18 @@ ENV COMPANION_VERSION=$GIT_DESCRIBE \ # Install packages required by the image RUN apk add --no-cache --virtual .bin-deps \ bash \ + bind-tools \ coreutils \ curl \ jq \ + libidn \ + oath-toolkit-oathtool \ + openssh-client \ openssl \ - socat + sed \ + socat \ + tar \ + tzdata # Install docker-gen from the nginxproxy/docker-gen image COPY --from=docker-gen /usr/local/bin/docker-gen /usr/local/bin/