mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-26 08:53:52 +01:00
build: match acme.sh dependencies
This commit is contained in:
parent
0f3a1fb72e
commit
7a2b98494c
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user