Skip to content

Commit 1d50c32

Browse files
committed
Copy libcrypt.so.1
1 parent d6f2e7b commit 1d50c32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,8 @@ RUN dpkg --add-architecture i386 \
198198
COPY --from=2 /build-all-ruby/ /build-all-ruby
199199
COPY --from=2 /all-ruby/ /all-ruby
200200

201+
# for Ruby 0.x and 1.1x
202+
COPY --from=2 /lib/i386-linux-gnu/libcrypt.so.1.1.0 /lib/i386-linux-gnu/libcrypt.so.1.1.0
203+
RUN cd /lib/i386-linux-gnu && ln -s libcrypt.so.1.1.0 libcrypt.so.1
204+
201205
WORKDIR /all-ruby

0 commit comments

Comments
 (0)