We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e15ec4 commit 060c330Copy full SHA for 060c330
scripts/Dockerfile
@@ -1,4 +1,4 @@
1
FROM scratch
2
ARG TARGETARCH
3
COPY .layers/datadog_extension-$TARGETARCH/extensions/datadog-agent opt/extensions/datadog-agent
4
-COPY scripts/datadog_wrapper opt/datadog_wrapper
+COPY --chmod=0755 scripts/datadog_wrapper opt/datadog_wrapper
0 commit comments