Skip to content

Commit

Permalink
Make datadog_wrapper executabe (#76)
Browse files Browse the repository at this point in the history
* Changing file permission

* Explicitly set mode to 0755
  • Loading branch information
IvanTopolcic authored Aug 1, 2022
1 parent 7e15ec4 commit 060c330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scratch
ARG TARGETARCH
COPY .layers/datadog_extension-$TARGETARCH/extensions/datadog-agent opt/extensions/datadog-agent
COPY scripts/datadog_wrapper opt/datadog_wrapper
COPY --chmod=0755 scripts/datadog_wrapper opt/datadog_wrapper

0 comments on commit 060c330

Please sign in to comment.