diff --git a/Dockerfile b/Dockerfile
index f2066db5af035023ec00b04055d9c9aacede25ca..6b7f231f76d98c5884f2b55d22805024348b48ac 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