mirror of
https://github.com/docker/bake-action.git
synced 2025-07-14 12:41:53 +02:00
11 lines
168 B
Docker
11 lines
168 B
Docker
frOM busybox as base
|
|
cOpy lint-other.Dockerfile .
|
|
|
|
froM busybox aS notused
|
|
COPY lint-other.Dockerfile .
|
|
|
|
from scratch
|
|
COPy --from=base \
|
|
/lint-other.Dockerfile \
|
|
/
|