add bind tools
This commit is contained in:
parent
a12c34574d
commit
286ad8cb91
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM alpine:3.20
|
||||
|
||||
RUN apk --no-cache add \
|
||||
socat
|
||||
socat \
|
||||
bind-tools
|
||||
|
||||
COPY --chmod=755 ./entrypoint.sh /usr/local/bin/entrypoint
|
||||
|
||||
|
|
Loading…
Reference in a new issue