Skip to content

Commit

Permalink
Merge pull request #8397 from fjordllc/chore/nokogiri-for-platforms
Browse files Browse the repository at this point in the history
Alpine Linux用のgemを明示的に指定するためにspecific_platform x86_64-linux-muslを使用
  • Loading branch information
komagata authored Mar 6, 2025
2 parents 1b25776 + 5f43569 commit 92556ba
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 @@ -31,6 +31,7 @@ RUN yarn install --production --ignore-engines
# Install gems
COPY Gemfile Gemfile.lock ./
RUN gem install logger
RUN bundle config set --local specific_platform x86_64-linux-musl
RUN bundle install -j4

# Compile assets
Expand Down

0 comments on commit 92556ba

Please sign in to comment.