The fuck it still uses bullseye, okay
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/tag unknown status
ci/woodpecker/push/build/2 Pipeline failed

This commit is contained in:
2025-09-27 20:24:35 +04:00
parent 94117a9dae
commit 76d68ad8a1
2 changed files with 5 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/m1k1o/neko/base:3.0.8
FROM ghcr.io/m1k1o/neko/xfce:3.0.8
# copy sources list file
COPY sources.list /etc/apt/sources.list
@@ -9,14 +9,6 @@ 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-confnew" xfce4 xfce4-terminal sudo vim curl
# install pipewire
RUN set -eux; \
apt-get install -y pipewire pavucontrol
# install brave
RUN set -eux; \
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg \

View File

@@ -1,4 +1,4 @@
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
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/ bullseye-backports main contrib non-free non-free-firmware