Brave doesn't work on bullseye, eugh
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful

This commit is contained in:
2025-09-27 20:40:27 +04:00
parent 114a704d8b
commit a14fd4432d
2 changed files with 9 additions and 4 deletions

View File

@@ -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 \

View File

@@ -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