Files
docker-dynhost/Dockerfile
T

9 lines
203 B
Docker
Raw Normal View History

2026-06-09 13:33:51 +00:00
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
2021-10-06 19:45:44 -04:00
2026-06-08 22:28:17 -04:00
# hadolint ignore=DL3018
2021-10-06 19:45:44 -04:00
RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh