DEBSOURCES
Skip Quicknav
sources / golang-github-openshift-imagebuilder / 1.2.19%2Bds1-3 / dockerclient / testdata / multistage / Dockerfile.ref
123456
FROM mirror.gcr.io/busybox:latest WORKDIR / COPY --from=mirror.gcr.io/nginx:latest /etc/nginx/nginx.conf /var/tmp/ COPY dir /var/dir RUN cat /var/tmp/nginx.conf