From e423daa751ad3c02048b4f1d34c3a07a13d70c7c Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 4 Dec 2022 01:12:51 +1100 Subject: [PATCH] remove-regolith-desktop --- docker/Dockerfile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bb81480..d9502a5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -235,18 +235,9 @@ RUN wget -q -O gotop.deb https://github.com/cjbassi/gotop/releases/download/3.0. rm gotop.deb # Install i3 old -# RUN add-apt-repository ppa:regolith-linux/release && \ -# apt-get update -qq && \ -# apt-get install -qq i3-gaps dunst- - -# Install i3 -RUN wget -qO - https://regolith-desktop.org/regolith.key | \ - gpg --dearmor | tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null && \ - echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \ - https://regolith-desktop.org/release-ubuntu-jammy-amd64 jammy main" | \ - tee /etc/apt/sources.list.d/regolith.list && \ +RUN add-apt-repository ppa:regolith-linux/release && \ apt-get update -qq && \ - apt-get install -qq regolith-desktop + apt-get install -qq i3-gaps dunst- # Install i3blocks RUN git clone https://github.com/vivien/i3blocks /opt/i3blocks --depth 1 && \