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

Build dynamic library (libruby.so)

This commit is contained in:
Andre Eriksson 2016-12-01 17:09:22 -08:00
parent 47a5e9e829
commit 0636a8de8f
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ RUN set -ex \
&& mv file.c.new file.c \
\
&& autoconf \
&& ./configure --disable-install-doc \
&& ./configure --disable-install-doc --enable-shared \
&& make -j"$(nproc)" \
&& make install \
\

View file

@ -44,7 +44,7 @@ RUN set -ex \
&& mv file.c.new file.c \
\
&& autoconf \
&& ./configure --disable-install-doc \
&& ./configure --disable-install-doc --enable-shared \
&& make -j"$(nproc)" \
&& make install \
\

View file

@ -44,7 +44,7 @@ RUN set -ex \
&& mv file.c.new file.c \
\
&& autoconf \
&& ./configure --disable-install-doc \
&& ./configure --disable-install-doc --enable-shared \
&& make -j"$(nproc)" \
&& make install \
\