mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 09:31:57 +01:00
6 lines
133 B
Docker
6 lines
133 B
Docker
FROM alpine:3.12.0
|
|
|
|
RUN apk add --no-cache shellcheck bash
|
|
|
|
COPY runaction /action/runaction
|
|
ENTRYPOINT ["bash", "/action/runaction"] |