Skip to content

Commit

Permalink
CI: Add ruby dev package to install bigdecimal.gem on alpine with rub…
Browse files Browse the repository at this point in the history
…y-3.3
  • Loading branch information
larskanis committed May 27, 2024
1 parent 3b3056b commit 78f8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/env/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG from_image
FROM ${from_image}

RUN uname -a
RUN apk add ruby ruby-etc ruby-rake git gcc make musl-dev gcompat
RUN apk add ruby ruby-etc ruby-rake ruby-dev git gcc make musl-dev gcompat

RUN ruby --version
RUN ruby -e 'puts File.read("/proc/#{Process.pid}/maps")'
Expand Down

0 comments on commit 78f8bbd

Please sign in to comment.