removed sed replace when looking for dns

This commit is contained in:
2024-09-09 14:33:17 +02:00
parent 4a565f7ff6
commit 2ffee57863
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
FROM minimal:2.35
MAINTAINER gyurix
FROM alpine
RUN apk add --update --no-cache openssl jq curl ca-certificates busybox-extras
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]