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 \
|
||
|
|
/
|