Skip to content

Commit

Permalink
AP-5415: Add yaml-dev to fix build step issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldstone93 committed Jan 14, 2025
1 parent 0addace commit e19e173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ COPY . .
RUN NODE_OPTIONS=--openssl-legacy-provider bundle exec rake assets:precompile SECRET_KEY_BASE=a-real-secret-key-is-not-needed-here

# tidy up installation - these are installed in the apply-base image
RUN apk del build-dependencies
RUN apk del build-dependencies \
&& add yaml-dev

# non-root/appuser should own only what they need to
RUN chown -R appuser:appgroup log tmp db
Expand Down

0 comments on commit e19e173

Please sign in to comment.