Skip to content

Commit

Permalink
Add gcompat package to runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 3, 2024
1 parent e7997f7 commit b3022a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN bundle exec bootsnap precompile app/ lib/
FROM ruby:$RUBY_VERSION-alpine

# Install runtime dependencies
RUN apk add --no-cache curl jemalloc sqlite-libs vips tzdata
RUN apk add --no-cache curl gcompat jemalloc sqlite-libs vips tzdata

ENV RAILS_ENV="production" \
RAILS_ROOT="/app" \
Expand Down

0 comments on commit b3022a4

Please sign in to comment.