We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b217a commit 8cd63b5Copy full SHA for 8cd63b5
apm-lambda-extension/Dockerfile
@@ -4,3 +4,5 @@
4
FROM alpine@sha256:115731bab0862031b44766733890091c17924f9b7781b79997f5f163be262178
5
ARG EXTENSION_FILE
6
COPY ${EXTENSION_FILE} /opt/elastic-apm-extension
7
+COPY /NOTICE.txt /opt/NOTICE.txt
8
+COPY /dependencies.asciidoc /opt/dependencies.asciidoc
0 commit comments