1
0
Fork 0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2024-08-16 10:09:53 +02:00
shellcheck/Dockerfile

6 lines
133 B
Text
Raw Normal View History

2020-06-27 19:42:52 +02:00
FROM alpine:3.12.0
2019-03-09 11:25:14 +01:00
2020-05-30 00:06:50 +02:00
RUN apk add --no-cache shellcheck bash
2019-03-09 11:25:14 +01:00
2020-06-27 19:42:52 +02:00
COPY runaction /action/runaction
ENTRYPOINT ["bash", "/action/runaction"]