Skip to content

Commit

Permalink
build: match acme.sh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed Jan 15, 2024
1 parent 0f3a1fb commit 7a2b984
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 7a2b984

Please sign in to comment.