mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
6 lines
149 B
Docker
6 lines
149 B
Docker
# syntax=docker/dockerfile:1.8
|
|
# check=error=true
|
|
|
|
FROM koalaman/shellcheck-alpine:v0.10.0
|
|
WORKDIR /src
|
|
RUN --mount=type=bind,src=src shellcheck xx-* |