Skip to content

Commit 8a9b6f8

Browse files
Dockerfile.build: improve docker compatibility
Try to fix: ``` Step 6/18 : COPY ceph.spec.in do_cmake.sh install-deps.sh run-make-check.sh src/script/buildcontainer-setup.sh ${CEPH_CTR_SRC} When using COPY with more than one source file, the destination must be a directory and end with a / ``` Signed-off-by: John Mulligan <[email protected]>
1 parent 37813cf commit 8a9b6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY \
1313
install-deps.sh \
1414
run-make-check.sh \
1515
src/script/buildcontainer-setup.sh \
16-
${CEPH_CTR_SRC}
16+
${CEPH_CTR_SRC}/
1717

1818

1919
FROM $DISTRO

0 commit comments

Comments
 (0)