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

change qt5 to qt6 and change symlink location to /usr/bin

parent 4cf5a44c
Branches feat-celery-callback
No related tags found
No related merge requests found
Pipeline #11816 passed with stages
in 10 minutes and 1 second
...@@ -9,9 +9,7 @@ RUN apt-get update && \ ...@@ -9,9 +9,7 @@ RUN apt-get update && \
jq \ jq \
unzip \ unzip \
libglu1-mesa \ libglu1-mesa \
libqt5widgets5 \ qt6-base-dev \
libqt5gui5 \
libqt5core5a \
libx11-6 \ libx11-6 \
libxtst6 \ libxtst6 \
libxrender1 \ libxrender1 \
...@@ -40,9 +38,7 @@ RUN ./FEBioStudio_linux-x64_2.7_FEBio_4.7.run \ ...@@ -40,9 +38,7 @@ RUN ./FEBioStudio_linux-x64_2.7_FEBio_4.7.run \
--enable-components comp_febio_sdk --enable-components comp_febio_sdk
RUN rm FEBioStudio_linux-x64_2.7_FEBio_4.7.run && \ RUN rm FEBioStudio_linux-x64_2.7_FEBio_4.7.run && \
ln -s /opt/FEBioStudio/bin/FEBioStudio /opt/FEBioStudio && \ ln -s /opt/FEBioStudio/bin/FEBioStudio /usr/bin/FEBioStudio && \
ln -s /opt/FEBioStudio/bin/febio4 /opt/febio4 ln -s /opt/FEBioStudio/bin/febio4 /usr/bin/febio4
ENV PATH="/opt:$PATH"
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