From a1eeadd7ec91e91710211c8d3eef262fe9a4f387 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sat, 30 May 2020 00:06:50 +0200 Subject: [PATCH] Add back bash --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a825074..49165ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,9 @@ FROM alpine:3.11.6 +RUN apk add --no-cache shellcheck bash + COPY runaction.sh /action/runaction.sh - -RUN apk add --no-cache shellcheck - -ENTRYPOINT ["sh", "/action/runaction.sh"] +ENTRYPOINT ["bash", "/action/runaction.sh"] LABEL "name"="ShellCheck" LABEL "maintainer"="Ludeeus "