mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Add back bash
This commit is contained in:
parent
f615dc5486
commit
a1eeadd7ec
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
FROM alpine:3.11.6
|
FROM alpine:3.11.6
|
||||||
|
|
||||||
|
RUN apk add --no-cache shellcheck bash
|
||||||
|
|
||||||
COPY runaction.sh /action/runaction.sh
|
COPY runaction.sh /action/runaction.sh
|
||||||
|
ENTRYPOINT ["bash", "/action/runaction.sh"]
|
||||||
RUN apk add --no-cache shellcheck
|
|
||||||
|
|
||||||
ENTRYPOINT ["sh", "/action/runaction.sh"]
|
|
||||||
|
|
||||||
LABEL "name"="ShellCheck"
|
LABEL "name"="ShellCheck"
|
||||||
LABEL "maintainer"="Ludeeus <hi@ludeeus.dev>"
|
LABEL "maintainer"="Ludeeus <hi@ludeeus.dev>"
|
||||||
|
|
Loading…
Reference in a new issue