DEBSOURCES
Skip Quicknav
sources / golang-github-containers-buildah / 1.19.6%2Bdfsg1-1 / tests / conformance / testdata / Dockerfile.copyfrom_3_1
123456
FROM busybox as base RUN touch /a FROM busybox WORKDIR /b COPY --from=base /a ./b RUN ls -al /b/b