Skip to content

Commit 7a2b984

Browse files
committed
build: match acme.sh dependencies
1 parent 0f3a1fb commit 7a2b984

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ ENV COMPANION_VERSION=$GIT_DESCRIBE \
1212
# Install packages required by the image
1313
RUN apk add --no-cache --virtual .bin-deps \
1414
bash \
15+
bind-tools \
1516
coreutils \
1617
curl \
1718
jq \
19+
libidn \
20+
oath-toolkit-oathtool \
21+
openssh-client \
1822
openssl \
19-
socat
23+
sed \
24+
socat \
25+
tar \
26+
tzdata
2027

2128
# Install docker-gen from the nginxproxy/docker-gen image
2229
COPY --from=docker-gen /usr/local/bin/docker-gen /usr/local/bin/

0 commit comments

Comments
 (0)