From 1b595fa2b3a5181e3397e32fdcdb865991258929 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 14 Jan 2025 12:40:13 +0100 Subject: [PATCH] snap fix --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b49029..2f3e3ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ] ; \ rm -fR '/usr/bin/firefox' && \ apt remove --purge snapd -y && \ apt autoremove -y && \ - apt-get remove --purge libsnapd-qt1 -y && \ add-apt-repository ppa:mozillateam/ppa -y && \ apt-get update && \ apt-get install -y -t 'o=LP-PPA-mozillateam' firefox && \