Skip to content

Commit 828d635

Browse files
authored
Fix cephctl binary permissions (#81)
Signed-off-by: Igor Shishkin <me@teran.dev>
1 parent b1c7417 commit 828d635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ARG CEPH_VERSION=19.2.2
33

44
FROM ${CEPH_SOURCE_IMAGE}:v${CEPH_VERSION}
55

6-
COPY --chown=root:root dist/cephctl_linux_amd64_v3/cephctl /usr/bin/cephctl
6+
COPY --chown=root:root --chmod=0755 dist/cephctl_linux_amd64_v3/cephctl /usr/bin/cephctl

0 commit comments

Comments
 (0)