Skip to content

Commit

Permalink
fix workaround for CentOS 7 (mumble-voip#30)
Browse files Browse the repository at this point in the history
* fix workaround for CentOS 7

* fix qt libraries in all library folders
  • Loading branch information
fgma authored Jan 5, 2023
1 parent ae9ed3c commit f113629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# Workaround for systems like CentOS 7 which won't load libQt5Core.so as expected:
# see also https://stackoverflow.com/a/68897099/
binutils \
&& find /lib/ -name 'libQt5Core.so.*' -exec strip --remove-section=.note.ABI-tag {} \; \
&& find /lib* /usr/lib* -name 'libQt5Core.so.*' -exec strip --remove-section=.note.ABI-tag {} \; \
&& apt-get -y purge binutils \
# End of workaround
&& apt-get clean \
Expand Down

0 comments on commit f113629

Please sign in to comment.