We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f2e7b commit 1d50c32Copy full SHA for 1d50c32
1 file changed
Dockerfile
@@ -198,4 +198,8 @@ RUN dpkg --add-architecture i386 \
198
COPY --from=2 /build-all-ruby/ /build-all-ruby
199
COPY --from=2 /all-ruby/ /all-ruby
200
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
+
205
WORKDIR /all-ruby
0 commit comments