add bind tools

This commit is contained in:
holzi1005 2024-12-20 16:56:35 +01:00
parent a12c34574d
commit 286ad8cb91

View file

@ -1,7 +1,8 @@
FROM alpine:3.20 FROM alpine:3.20
RUN apk --no-cache add \ RUN apk --no-cache add \
socat socat \
bind-tools
COPY --chmod=755 ./entrypoint.sh /usr/local/bin/entrypoint COPY --chmod=755 ./entrypoint.sh /usr/local/bin/entrypoint