mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
5
hack/dockerfiles/shellcheck.Dockerfile
Normal file
5
hack/dockerfiles/shellcheck.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
from koalaman/shellcheck-alpine:v0.7.2
|
||||
workdir /src
|
||||
copy base .
|
||||
run shellcheck xx-*
|
||||
Reference in New Issue
Block a user