mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-02-23 21:11:16 +01:00
6 lines
142 B
Docker
6 lines
142 B
Docker
FROM alpine:3.11.6
|
|
|
|
RUN apk add --no-cache shellcheck bash
|
|
|
|
COPY runaction.sh /action/runaction.sh
|
|
ENTRYPOINT ["bash", "/action/runaction.sh"] |