Skip to content

Commit 2427aba

Browse files
committed
Fix lint Dockerfile
1 parent d5dbc40 commit 2427aba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/lint/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
FROM codercom/playcicache
1+
FROM golang:1.12
22

33
LABEL "com.github.actions.name"="lint"
44
LABEL "com.github.actions.description"=""
55
LABEL "com.github.actions.icon"="code"
66
LABEL "com.github.actions.color"="purple"
77

8+
RUN apt update && apt install -y shellcheck
9+
810
COPY entrypoint.sh /entrypoint.sh
911

1012
CMD ["/entrypoint.sh"]

0 commit comments

Comments
 (0)