Skip to content

Commit

Permalink
forgot to not return an error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Oct 23, 2024
1 parent 8ccc2b3 commit 5663a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY . /code

RUN gem install bundler -v 2.4.22

RUN gem install nokogiri --platform=ruby -- --use-system-libraries 2> /dev/null
RUN gem install nokogiri --platform=ruby -- --use-system-libraries 2> /dev/null || true

RUN cat /usr/local/bundle/extensions/aarch64-linux/3.0.0/nokogiri-1.16.7/mkmf.log

Expand Down

0 comments on commit 5663a43

Please sign in to comment.