Add pipewire to image
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:13:31 +04:00
parent 95b625531e
commit 94117a9dae

View File

@@ -13,6 +13,10 @@ RUN set -eux; \
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 \