Skip to content

Commit 060c330

Browse files
authored
Make datadog_wrapper executabe (#76)
* Changing file permission * Explicitly set mode to 0755
1 parent 7e15ec4 commit 060c330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM scratch
22
ARG TARGETARCH
33
COPY .layers/datadog_extension-$TARGETARCH/extensions/datadog-agent opt/extensions/datadog-agent
4-
COPY scripts/datadog_wrapper opt/datadog_wrapper
4+
COPY --chmod=0755 scripts/datadog_wrapper opt/datadog_wrapper

0 commit comments

Comments
 (0)