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 73cd8aa commit 0ea4417Copy full SHA for 0ea4417
Dockerfile
@@ -2,6 +2,10 @@ ARG image
2
FROM $image
3
ARG image
4
5
+# Install git so we can specify a specific git ref (ie: refs/head/my-feature) in package.json
6
+# to install a specific dd-trace version for performance test
7
+RUN apk add git
8
+
9
# Create the directory structure required for AWS Lambda Layer
10
RUN mkdir -p /nodejs/node_modules/
11
0 commit comments