From 19efb407b7369a3f557a50f8f1d872d7b636b346 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 25 Feb 2020 10:08:38 +0000 Subject: [PATCH] Update Dockerfile, add curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9556741..4f79a99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL AlternativeImageName="wollud1969/docker-bash" RUN \ - apk add --no-cache bash + apk add --no-cache bash curl CMD [ "bash" ]