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 <jmulligan@redhat.com>
(cherry picked from commit
8a9b6f84515030fd54cd3fc4e3a5bcb997872548)
install-deps.sh \
run-make-check.sh \
src/script/buildcontainer-setup.sh \
- ${CEPH_CTR_SRC}
+ ${CEPH_CTR_SRC}/
FROM $DISTRO