Skip to content

Commit

Permalink
Make musl conformant
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 20, 2024
1 parent 0d8de89 commit a700aa5
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/ruby/2.1/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 2.7.11
RUN gem install bundler --version 1.17.3
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/2.2/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 2.7.11
RUN gem install bundler --version 1.17.3
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/2.3/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.3.26
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/2.4/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.3.26
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/2.5/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.3.26
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/2.6/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.3.26
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/2.7/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.3.26
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/3.0/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.5.21
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/3.1/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.5.21
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/3.2/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.5.21
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/3.3/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.5.21
RUN gem install bundler:2.3.26
Expand Down
2 changes: 2 additions & 0 deletions src/engines/ruby/3.4/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ARG REPRO_RUN_KEY=0
# updated by changing the `REPRO_RUN_KEY`.
RUN true "${REPRO_RUN_KEY}" && apk update

ENV LANG en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.5.21
RUN gem install bundler:2.3.26
Expand Down

0 comments on commit a700aa5

Please sign in to comment.