Files
docker-dynhost/Dockerfile
T

9 lines
131 B
Docker
Raw Normal View History

FROM alpine:3.23
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