From 9e7c8915f190d2a6eb008eb57a678337deaee641 Mon Sep 17 00:00:00 2001 From: Mater <148027340+thedomato@users.noreply.github.com> Date: Sat, 22 Aug 2026 11:21:55 -0400 Subject: [PATCH] Remove extraneous git from Dockerfile dependencies Removed 2nd git from the list of apt installed packages. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e45ed0a..755ba2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,6 @@ RUN sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirror://mirrors.ubuntu.c mitmproxy \ systemd systemd-sysv \ atop btop iotop ncdu \ - git \ libglib2.0-0 libnss3 libx11-6 libxcomposite1 libxdamage1 \ libxext6 libxi6 libxrandr2 libgbm1 libgtk-3-0 \ fonts-noto-color-emoji fonts-symbola \