diff --git a/Dockerfile b/Dockerfile index e959535..5dff0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine RUN apk add --no-cache \ + coreutils \ curl \ git \ openssh \