This commit is contained in:
Jackson Delahunt 2022-12-04 00:24:43 +11:00
parent 794079d7a7
commit e942c950cf

View file

@ -234,10 +234,12 @@ RUN wget -q -O gotop.deb https://github.com/cjbassi/gotop/releases/download/3.0.
dpkg -i gotop.deb && \
rm gotop.deb
# Install i3
# 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] \