We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd6fb36 + 22d5f29 commit e5496dbCopy full SHA for e5496db
ceph/Dockerfile
@@ -58,7 +58,7 @@ ENV WORKSPACE=/workspace
58
ENV PACKAGES=/packages
59
60
# Since the package file is extracted outside the docker image at the end, keep the files.
61
-COPY --from=build-ceph ${WORKSPACE}/*.deb ${WORKSPACE}/COPYING* ${PACKAGES}/
+COPY --from=build-ceph ${WORKSPACE}/*.deb ${WORKSPACE}/ceph/COPYING* ${PACKAGES}/
62
63
WORKDIR ${WORKSPACE}
64
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/usr/local/bin/kubectl"
0 commit comments