Skip to content

Commit e5496db

Browse files
authored
Merge pull request #108 from cybozu-go/ceph/Dockerfile/fix-COPYING-path
ceph/Dockerfile: fix COPYING* path
2 parents cd6fb36 + 22d5f29 commit e5496db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ENV WORKSPACE=/workspace
5858
ENV PACKAGES=/packages
5959

6060
# 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}/
61+
COPY --from=build-ceph ${WORKSPACE}/*.deb ${WORKSPACE}/ceph/COPYING* ${PACKAGES}/
6262

6363
WORKDIR ${WORKSPACE}
6464
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

Comments
 (0)