1
0

build: match acme.sh dependencies

This commit is contained in:
Nicolas Duchon 2024-01-15 10:55:43 +01:00
parent 0f3a1fb72e
commit 7a2b98494c

View File

@ -12,11 +12,18 @@ ENV COMPANION_VERSION=$GIT_DESCRIBE \
# Install packages required by the image # Install packages required by the image
RUN apk add --no-cache --virtual .bin-deps \ RUN apk add --no-cache --virtual .bin-deps \
bash \ bash \
bind-tools \
coreutils \ coreutils \
curl \ curl \
jq \ jq \
libidn \
oath-toolkit-oathtool \
openssh-client \
openssl \ openssl \
socat sed \
socat \
tar \
tzdata
# Install docker-gen from the nginxproxy/docker-gen image # Install docker-gen from the nginxproxy/docker-gen image
COPY --from=docker-gen /usr/local/bin/docker-gen /usr/local/bin/ COPY --from=docker-gen /usr/local/bin/docker-gen /usr/local/bin/