Skip to content

Commit

Permalink
Explicitly install npm (Fix #551) (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextensible authored Jan 3, 2024
1 parent 90cd0bd commit ee24ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/docker/development/Rails.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update
RUN apt-get install direnv -y
RUN apt-get install firefox-esr -y
RUN apt-get install nodejs -y
RUN apt-get install npm -y
RUN npm install -g yarn

RUN mkdir /opt/bundle && chmod 777 /opt/bundle
Expand Down

0 comments on commit ee24ba8

Please sign in to comment.