Skip to content

Commit 0ea4417

Browse files
authored
Add git to prepare performance testing (#332)
1 parent 73cd8aa commit 0ea4417

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ ARG image
22
FROM $image
33
ARG image
44

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+
59
# Create the directory structure required for AWS Lambda Layer
610
RUN mkdir -p /nodejs/node_modules/
711

0 commit comments

Comments
 (0)