good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2427abae authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Fix lint Dockerfile

parent d5dbc404
No related branches found
No related tags found
No related merge requests found
FROM codercom/playcicache FROM golang:1.12
LABEL "com.github.actions.name"="lint" LABEL "com.github.actions.name"="lint"
LABEL "com.github.actions.description"="" LABEL "com.github.actions.description"=""
LABEL "com.github.actions.icon"="code" LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="purple" LABEL "com.github.actions.color"="purple"
RUN apt update && apt install -y shellcheck
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"] CMD ["/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment