From 3e9b3d1ea075c222b6ca55f101d30bab618d3afe Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Thu, 12 Nov 2020 12:43:36 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1c35c6..3fbd1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:3.12 RUN apk --no-cache add \ - curl bind-tools netcat-openbsd fish jq coreutils + curl bind-tools netcat-openbsd fish jq coreutils tini