mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Adjust the templates (and thus all variants)
This commit is contained in:
parent
0636a8de8f
commit
01a86ce6cd
9 changed files with 9 additions and 9 deletions
|
@ -64,7 +64,7 @@ RUN set -ex \
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
# the configure script does not detect isnan/isinf as macros
|
# the configure script does not detect isnan/isinf as macros
|
||||||
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
||||||
./configure --disable-install-doc \
|
./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -66,7 +66,7 @@ RUN set -ex \
|
||||||
&& mv file.c.new file.c \
|
&& mv file.c.new file.c \
|
||||||
\
|
\
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& ./configure --disable-install-doc \
|
&& ./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(nproc)" \
|
&& make -j"$(nproc)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -64,7 +64,7 @@ RUN set -ex \
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
# the configure script does not detect isnan/isinf as macros
|
# the configure script does not detect isnan/isinf as macros
|
||||||
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
||||||
./configure --disable-install-doc \
|
./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -66,7 +66,7 @@ RUN set -ex \
|
||||||
&& mv file.c.new file.c \
|
&& mv file.c.new file.c \
|
||||||
\
|
\
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& ./configure --disable-install-doc \
|
&& ./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(nproc)" \
|
&& make -j"$(nproc)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -64,7 +64,7 @@ RUN set -ex \
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
# the configure script does not detect isnan/isinf as macros
|
# the configure script does not detect isnan/isinf as macros
|
||||||
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
||||||
./configure --disable-install-doc \
|
./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -66,7 +66,7 @@ RUN set -ex \
|
||||||
&& mv file.c.new file.c \
|
&& mv file.c.new file.c \
|
||||||
\
|
\
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& ./configure --disable-install-doc \
|
&& ./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(nproc)" \
|
&& make -j"$(nproc)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -64,7 +64,7 @@ RUN set -ex \
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
# the configure script does not detect isnan/isinf as macros
|
# the configure script does not detect isnan/isinf as macros
|
||||||
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
&& ac_cv_func_isnan=yes ac_cv_func_isinf=yes \
|
||||||
./configure --disable-install-doc \
|
./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -66,7 +66,7 @@ RUN set -ex \
|
||||||
&& mv file.c.new file.c \
|
&& mv file.c.new file.c \
|
||||||
\
|
\
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& ./configure --disable-install-doc \
|
&& ./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(nproc)" \
|
&& make -j"$(nproc)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
|
@ -44,7 +44,7 @@ RUN set -ex \
|
||||||
&& mv file.c.new file.c \
|
&& mv file.c.new file.c \
|
||||||
\
|
\
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& ./configure --disable-install-doc \
|
&& ./configure --disable-install-doc --enable-shared \
|
||||||
&& make -j"$(nproc)" \
|
&& make -j"$(nproc)" \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue