1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Add libgmp for faster Integer calculations.

This commit is contained in:
lsb 2019-02-26 21:22:05 -08:00
parent 35cf993e41
commit f35eefc367
7 changed files with 14 additions and 0 deletions

View file

@ -12,6 +12,8 @@ ENV RUBY_VERSION 2.3.8
ENV RUBY_DOWNLOAD_SHA256 910f635d84fd0d81ac9bdee0731279e6026cb4cd1315bbbb5dfb22e09c5c1dfe
ENV RUBYGEMS_VERSION 3.0.1
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \

View file

@ -12,6 +12,8 @@ ENV RUBY_VERSION 2.3.8
ENV RUBY_DOWNLOAD_SHA256 910f635d84fd0d81ac9bdee0731279e6026cb4cd1315bbbb5dfb22e09c5c1dfe
ENV RUBYGEMS_VERSION 3.0.1
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \

View file

@ -12,6 +12,8 @@ ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 3.0.1
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \

View file

@ -12,6 +12,8 @@ ENV RUBY_VERSION 2.4.5
ENV RUBY_DOWNLOAD_SHA256 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb
ENV RUBYGEMS_VERSION 3.0.1
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \

View file

@ -12,6 +12,8 @@ ENV RUBY_VERSION 2.5.3
ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
ENV RUBYGEMS_VERSION 3.0.1
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \

View file

@ -11,6 +11,8 @@ ENV RUBY_MAJOR 2.6
ENV RUBY_VERSION 2.6.1
ENV RUBY_DOWNLOAD_SHA256 47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \

View file

@ -12,6 +12,8 @@ ENV RUBY_VERSION %%FULL_VERSION%%
ENV RUBY_DOWNLOAD_SHA256 %%SHA256%%
ENV RUBYGEMS_VERSION %%RUBYGEMS%%
RUN apt-get update && apt-get install -y libgmp3-dev && rm -rf /var/lib/apt/lists/*
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
RUN set -ex \