Skip to content

Commit

Permalink
Merge pull request #109 from ruby/revert-ld-path-workaround
Browse files Browse the repository at this point in the history
Revert "Added LD_LIBRARY_PATH to published images"
  • Loading branch information
hsbt authored Oct 7, 2024
2 parents e0a596a + 53220e9 commit 92443b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ ARG RUBY_SO_SUFFIX

ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH

RUN set -ex && \
apt-get update && \
Expand Down
1 change: 0 additions & 1 deletion install_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,4 @@ rm -fr /usr/src/ruby /root/.gem/

# rough smoke test
export PATH=$PREFIX/bin:$PATH
export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
(cd && ruby --version && gem --version && bundle --version)

0 comments on commit 92443b6

Please sign in to comment.