Skip to content

Commit 22d5f29

Browse files
ceph/Dockerfile: fix COPYING* path
Signed-off-by: Ryotaro Banno <[email protected]>
1 parent cd6fb36 commit 22d5f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)