Brave doesn't work on bullseye, eugh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/m1k1o/neko/xfce:3.0.8
|
||||
FROM ghcr.io/m1k1o/neko/base:3.0.8
|
||||
|
||||
# copy sources list file
|
||||
COPY sources.list /etc/apt/sources.list
|
||||
@@ -9,6 +9,10 @@ RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get -y upgrade;
|
||||
|
||||
# install xfce
|
||||
RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confold" xfce4 xfce4-terminal sudo vim curl pavucontrol
|
||||
|
||||
# install brave
|
||||
RUN set -eux; \
|
||||
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg \
|
||||
|
@@ -1,3 +1,4 @@
|
||||
deb http://deb.debian.org/debian/ bullseye main contrib non-free non-free-firmware
|
||||
deb https://security.debian.org/debian-security bullseye-security main contrib non-free non-free-firmware
|
||||
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free non-free-firmware
|
||||
deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
|
||||
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
|
||||
deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
|
||||
deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||
|
Reference in New Issue
Block a user