Skip to content

Commit

Permalink
Strip ABI tags from libQt5 (#40)
Browse files Browse the repository at this point in the history
* Strip ABI tags from libQt5.

* Update Dockerfile

* Fix.
  • Loading branch information
tsalo authored Oct 15, 2024
1 parent 549dd79 commit 4369126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ RUN python fetch_templates.py && \
COPY scripts/fix_atlaspack.py fix_atlaspack.py
RUN python fix_atlaspack.py && rm fix_atlaspack.py

# Make it ok for singularity on CentOS (from QSIPrep)
RUN strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.3 \
&& ldconfig

# Install pandoc (for HTML/LaTeX reports)
RUN curl -o pandoc-2.2.2.1-1-amd64.deb -sSL "https://github.com/jgm/pandoc/releases/download/2.2.2.1/pandoc-2.2.2.1-1-amd64.deb" && \
dpkg -i pandoc-2.2.2.1-1-amd64.deb && \
Expand Down

0 comments on commit 4369126

Please sign in to comment.