From b2dcf187c995f5c6f4758ca85c12927cb9bf90b6 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Tue, 29 Oct 2024 15:04:14 -0500
Subject: [PATCH] fix some stuff

---
 Dockerfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f2066db..6b7f231 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update && \
     apt-get install -y \
     curl \
-    jq \
     libgomp1 \
     libglu1-mesa \
     libx11-6 \
@@ -17,9 +16,7 @@ RUN apt-get update && \
     libxcb-xinerama0 \
     libxkbcommon-x11-0 \
     mesa-utils \
-    mlocate \
     openbox \
-    python2 \
     qt6-base-dev \
     x11-apps \
     xorg \
@@ -29,7 +26,7 @@ RUN apt-get update && \
 COPY cookies.txt /tmp/cookies.txt
 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 && \
     rm /tmp/febio.zip
 
-- 
GitLab