Skip to content
Snippets Groups Projects
Commit edeb12ea authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

remove tag denoting minimum kernel version for Qt6Core

parent 71167866
No related merge requests found
Pipeline #11959 canceled with stages
in 57 seconds
...@@ -10,6 +10,7 @@ COPY cookies.txt /tmp/cookies.txt ...@@ -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 curl --output /tmp/febio.zip -b /tmp/cookies.txt "https://febio.org/download/12171/?tmstv=1729879260"
RUN apt-get install -y \ RUN apt-get install -y \
binutils \
libgomp1 \ libgomp1 \
libglu1-mesa \ libglu1-mesa \
libx11-6 \ libx11-6 \
...@@ -44,4 +45,6 @@ RUN rm /tmp/febio.run && \ ...@@ -44,4 +45,6 @@ RUN rm /tmp/febio.run && \
ln -s /opt/FEBioStudio/bin/FEBioStudio /usr/bin/FEBioStudio && \ ln -s /opt/FEBioStudio/bin/FEBioStudio /usr/bin/FEBioStudio && \
ln -s /opt/FEBioStudio/bin/febio4 /usr/bin/febio4 ln -s /opt/FEBioStudio/bin/febio4 /usr/bin/febio4
RUN strip --remove-section=.note.ABI-tag /opt/FEBioStudio/lib/libQt6Core.so.6
ENTRYPOINT ["FEBioStudio"] ENTRYPOINT ["FEBioStudio"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment