]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Dockerfile.build: improve docker compatibility 65760/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 2 Oct 2025 17:56:28 +0000 (13:56 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 2 Oct 2025 17:57:27 +0000 (13:57 -0400)
commit8a9b6f84515030fd54cd3fc4e3a5bcb997872548
tree5ab898b4f4c4a5a53e62dcfef7f39af280276bee
parent37813cf00fb110858d0f794f838d03e8065c4bb1
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 <jmulligan@redhat.com>
Dockerfile.build