Skip to content

Commit

Permalink
image: fix SDL2 not picking up dynamic libdecor
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Sep 6, 2024
1 parent 8729f2c commit 46fb6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
FROM quay.io/pypa/manylinux2014_x86_64

# these files are from RHEL8
ADD libdecor-devel-0.1.0-3.el8.x86_64.rpm /
ADD libdecor-devel-0.1.0-3.el8.x86_64.rpm libdecor-0.1.0-3.el8.x86_64.rpm /

# install deps
RUN yum -y update && yum clean all && \
Expand All @@ -34,6 +34,7 @@ RUN source /opt/rh/rh-python38/enable && pip3 install meson ninja

# install libdecor
RUN rpm -ivh --nodeps libdecor-devel-0.1.0-3.el8.x86_64.rpm
RUN rpm -ivh --nodeps libdecor-0.1.0-3.el8.x86_64.rpm

ADD entrypoint-manylinux.sh /entrypoint.sh

Binary file added libdecor-0.1.0-3.el8.x86_64.rpm
Binary file not shown.

0 comments on commit 46fb6e8

Please sign in to comment.