Skip to content

Commit 43a57d8

Browse files
committed
spelling fix
1 parent 6cf0c17 commit 43a57d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN npm install --omit=dev --no-install-recommends --fetch-retry-maxtimeout 5000
1414
FROM node:21.2.0-alpine AS build
1515

1616
# python: required dependency for node alpine, shrinks image size from 2.17GB to 1.67GB
17-
# as of the v22 team, this does nothing to help the package size, and is not needed, prior to v22, the package size grew to > 3 GB,but the v22 team got it down to 1.48Gb by streamliging the dockerfile logic.
17+
# as of the v22 team, this does nothing to help the package size, and is not needed, prior to v22, the package size grew to > 3 GB,but the v22 team got it down to 1.48Gb by streamlining the dockerfile logic.
1818
# RUN apk add --no-cache --virtual .gyp \
1919
# python3 \
2020
# make \

0 commit comments

Comments
 (0)