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

fix some stuff

parent 4289a216
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
curl \ curl \
jq \
libgomp1 \ libgomp1 \
libglu1-mesa \ libglu1-mesa \
libx11-6 \ libx11-6 \
...@@ -17,9 +16,7 @@ RUN apt-get update && \ ...@@ -17,9 +16,7 @@ RUN apt-get update && \
libxcb-xinerama0 \ libxcb-xinerama0 \
libxkbcommon-x11-0 \ libxkbcommon-x11-0 \
mesa-utils \ mesa-utils \
mlocate \
openbox \ openbox \
python2 \
qt6-base-dev \ qt6-base-dev \
x11-apps \ x11-apps \
xorg \ xorg \
...@@ -29,7 +26,7 @@ RUN apt-get update && \ ...@@ -29,7 +26,7 @@ RUN apt-get update && \
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 > /tmp/rebio.run && \ RUN unzip /tmp/febio.zip > /tmp/febio.run && \
chmod +x /tmp/febio.run && \ chmod +x /tmp/febio.run && \
rm /tmp/febio.zip rm /tmp/febio.zip
......
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