mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
5 lines
119 B
Docker
5 lines
119 B
Docker
# syntax = docker/dockerfile:1.2
|
|
from koalaman/shellcheck-alpine:v0.7.2
|
|
workdir /src
|
|
copy base .
|
|
run shellcheck xx-* |