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

revert some changes back to installing latest Febio with Qt6 since we are...

revert some changes back to installing latest Febio with Qt6 since we are installing Qt6 as a module on Cheaha
parent c9f63d1d
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,10 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -4,12 +4,10 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
zip \
curl \ curl \
jq \ jq \
unzip \ libgomp1 \
libglu1-mesa \ libglu1-mesa \
qt6-base-dev \
libx11-6 \ libx11-6 \
libxtst6 \ libxtst6 \
libxrender1 \ libxrender1 \
...@@ -19,26 +17,28 @@ RUN apt-get update && \ ...@@ -19,26 +17,28 @@ RUN apt-get update && \
libxcb-xinerama0 \ libxcb-xinerama0 \
libxkbcommon-x11-0 \ libxkbcommon-x11-0 \
mesa-utils \ mesa-utils \
mlocate \
openbox \
python2 \
qt6-base-dev \
x11-apps \ x11-apps \
xorg \ xorg \
openbox \ zip \
libgomp1 \
mlocate \
&& rm -rf /var/lib/apt/lists && rm -rf /var/lib/apt/lists
COPY cookies.txt /tmp/cookies.txt 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 unzip /tmp/febio.zip && \ RUN unzip /tmp/febio.zip > /tmp/rebio.run && \
chmod +x FEBioStudio_linux-x64_2.7_FEBio_4.7.run && \ chmod +x /tmp/febio.run && \
rm /tmp/febio.zip rm /tmp/febio.zip
RUN ./FEBioStudio_linux-x64_2.7_FEBio_4.7.run \ RUN /tmp/febio.run \
--mode unattended \ --mode unattended \
--unattendedmodeui minimal \ --unattendedmodeui minimal \
--enable-components comp_febio_sdk --enable-components comp_febio_sdk
RUN rm FEBioStudio_linux-x64_2.7_FEBio_4.7.run && \ 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
......
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