The fuck it still uses bullseye, okay
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -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 file
|
||||||
COPY sources.list /etc/apt/sources.list
|
COPY sources.list /etc/apt/sources.list
|
||||||
@@ -9,14 +9,6 @@ RUN set -eux; \
|
|||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get -y upgrade;
|
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
|
# install brave
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg \
|
curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
deb http://deb.debian.org/debian/ bookworm 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 bookworm-security 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/ bookworm-updates 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-backports main contrib non-free non-free-firmware
|
deb http://deb.debian.org/debian/ bullseye-backports main contrib non-free non-free-firmware
|
||||||
|
|||||||
Reference in New Issue
Block a user