Skip to content

Commit

Permalink
add comment for unusual code
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 21, 2024
1 parent 08cd517 commit fbdd577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \
postgresql-client \
tzdata \
vim && rm -rf /var/cache/apk/*
# The ruby alpine image's apk doesn't have the current version of node
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ nodejs=22.11.0-r0 npm

WORKDIR $RAILS_ROOT
Expand Down

0 comments on commit fbdd577

Please sign in to comment.