Skip to content

Commit fbdd577

Browse files
committed
add comment for unusual code
1 parent 08cd517 commit fbdd577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \
2525
postgresql-client \
2626
tzdata \
2727
vim && rm -rf /var/cache/apk/*
28+
# The ruby alpine image's apk doesn't have the current version of node
2829
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ nodejs=22.11.0-r0 npm
2930

3031
WORKDIR $RAILS_ROOT

0 commit comments

Comments
 (0)