We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d184a commit 1b21f9cCopy full SHA for 1b21f9c
1 file changed
build/dockerfiles/assembly.Dockerfile
@@ -37,6 +37,7 @@ RUN chmod -R g-w /mnt/rootfs/etc/passwd
37
38
COPY --from=machine-exec --chown=0:0 /go/bin/che-machine-exec /mnt/rootfs/bin/machine-exec
39
COPY --chmod=755 /build/scripts/*.sh /mnt/rootfs/
40
+COPY --chmod=755 /build/scripts/helper/check-runtime-libs.sh /mnt/rootfs/check-runtime-libs.sh
41
COPY --chmod=755 /build/remote-config /mnt/rootfs/remote/data/Machine/
42
43
# Create all-in-one image
0 commit comments