mirror of
https://github.com/docker/bake-action.git
synced 2026-01-02 19:21:19 +01: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 \
|
|
/
|