From 2427abae53ab7bce25c0fe75e2cacfdb77d6cb0d Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Thu, 25 Apr 2019 19:31:45 -0400
Subject: [PATCH] Fix lint Dockerfile

---
 ci/lint/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ci/lint/Dockerfile b/ci/lint/Dockerfile
index 9123c4b..5fb4693 100644
--- a/ci/lint/Dockerfile
+++ b/ci/lint/Dockerfile
@@ -1,10 +1,12 @@
-FROM codercom/playcicache
+FROM golang:1.12
 
 LABEL "com.github.actions.name"="lint"
 LABEL "com.github.actions.description"=""
 LABEL "com.github.actions.icon"="code"
 LABEL "com.github.actions.color"="purple"
 
+RUN apt update && apt install -y shellcheck
+
 COPY entrypoint.sh /entrypoint.sh
 
 CMD ["/entrypoint.sh"]
-- 
GitLab