Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit ffbb1da

Browse files
committed
Copy glib and gobject vs symlink since not present.
1 parent f74f241 commit ffbb1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ RUN mkdir -p share/lib && \
6767

6868
# Create sym links for ruby-ffi gem's `glib_libname` and `gobject_libname` to work.
6969
RUN cd ./share/lib/ && \
70-
ln -s /usr/lib64/libglib-2.0.so.0 libglib-2.0.so && \
71-
ln -s /usr/lib64/libgobject-2.0.so.0 libgobject-2.0.so
70+
cp /usr/lib64/libglib-2.0* . && \
71+
cp /usr/lib64/libgobject-2.0* .
7272

7373
# Zip up contents so final `lib` can be placed in /opt layer.
7474
#

0 commit comments

Comments
 (0)