From fdf7c12dba0ebf09296fcfe41c8aa6ab0878dabe Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Thu, 11 Aug 2022 00:05:45 -0400 Subject: [PATCH] Adding packages --- Dockerfile.amd64 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 688187b..79842b7 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -163,6 +163,9 @@ RUN echo \ RUN apt-get update RUN apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin menulibre python3-pip keychain python3.8-venv strace +RUN wget -O beyond_compare.deb https://www.scootersoftware.com/$(curl -sd "platform=linux" https://www.scootersoftware.com/download.php | grep amd64.deb | awk -F\" '{print $2}' | sed 's/\///g') +RUN apt install -y ./beyond_compare.deb + RUN npm -g install sass yuglify # Copy files