From edeb12ea2e191b609d6d42dccc80c2f2cce59867 Mon Sep 17 00:00:00 2001 From: mdefende <mdefende@uab.edu> Date: Mon, 4 Nov 2024 12:28:04 -0600 Subject: [PATCH] remove tag denoting minimum kernel version for Qt6Core --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index cf5f7b9..71c0dab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ COPY cookies.txt /tmp/cookies.txt RUN curl --output /tmp/febio.zip -b /tmp/cookies.txt "https://febio.org/download/12171/?tmstv=1729879260" RUN apt-get install -y \ + binutils \ libgomp1 \ libglu1-mesa \ libx11-6 \ @@ -44,4 +45,6 @@ RUN rm /tmp/febio.run && \ ln -s /opt/FEBioStudio/bin/FEBioStudio /usr/bin/FEBioStudio && \ ln -s /opt/FEBioStudio/bin/febio4 /usr/bin/febio4 +RUN strip --remove-section=.note.ABI-tag /opt/FEBioStudio/lib/libQt6Core.so.6 + ENTRYPOINT ["FEBioStudio"] -- GitLab