Files
docker-dynhost/Dockerfile
T
Sagent 3dbc4af815
Docker Build and Push / build (pull_request) Successful in 25s
chore: improve renovate dependency detection
2026-06-09 02:12:45 +00:00

8 lines
106 B
Docker

FROM alpine:3.23
RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh