Skip to content

Commit 8a1c7c0

Browse files
authored
feat: Remove node-gyp from build container (#505)
1 parent 7e79972 commit 8a1c7c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN mkdir -p /nodejs/node_modules/
88
# Install dev dependencies
99
COPY . datadog-lambda-js
1010
WORKDIR /datadog-lambda-js
11-
RUN if [ $image = "node:20.9-alpine" ] ; then yarn global add node-gyp; fi;
1211
RUN yarn install
1312

1413
# Build the lambda layer

0 commit comments

Comments
 (0)