feat: init
perso/docker-dynhost/pipeline/head Build queued...

This commit is contained in:
Julien Cabillot
2021-10-06 19:45:44 -04:00
parent c25e9dcd89
commit 9daff71fb3
3 changed files with 73 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM alpine:3
RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh