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

update

parent 2336d4fe
No related branches found
No related tags found
No related merge requests found
installer/
......@@ -16,7 +16,7 @@ febio-dl:
variables:
CI_DEBUG_TRACE: "true"
script:
- aws --verbose s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text
- 'aws --verbose s3 presign s3://$LTS_BUCKET/$LTS_FILE_KEY --endpoint-url $LTS_ENDPOINT --expires-in 600 --output text'
artifacts:
paths:
- "installer/"
......
FROM ubuntu:22.04
FROM ubuntu:jammy
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
zip
zip \
wget \
unzip \
libglu1-mesa \
libqt5widgets5 \
libqt5gui5 \
libqt5core5a \
libx11-6 \
libxtst6 \
libxrender1 \
libxrandr2 \
libxcursor1 \
libglib2.0-0 \
libxcb-xinerama0 \
libxkbcommon-x11-0 \
mesa-utils \
x11-apps \
xorg \
openbox \
libgomp1
COPY ./installer/febio_installer.zip /tmp/febio_installer.zip
RUN unzip /tmp/febio_installer.zip
RUN chmod +x /tmp/FEBioStudio_linux-x64_2.7_FEBio_4.7.run
RUN ./tmp/FEBioStudio_linux-x64_2.7_FEBio_4.7.run
RUN chmod +x FEBioStudio_linux-x64_2.7_FEBio_4.7.run
ENTRYPOINT [ "bash" ]
\ No newline at end of file
RUN ./FEBioStudio_linux-x64_2.7_FEBio_4.7.run --mode unattended --unattendedmodeui minimal --enable-components comp_febio_sdk
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