mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
pulse-utils-ports
This commit is contained in:
parent
d565f8ce30
commit
7d85dbb3f0
2 changed files with 8 additions and 1 deletions
|
|
@ -101,6 +101,7 @@ RUN apt-get update -qq && \
|
|||
picom \
|
||||
pipx \
|
||||
pulseaudio \
|
||||
pulseaudio-module-zeroconf \
|
||||
pulsemixer \
|
||||
python3 \
|
||||
ranger \
|
||||
|
|
@ -257,6 +258,9 @@ RUN pipx install i3-resurrect==1.4.2 && \
|
|||
make && \
|
||||
make install
|
||||
|
||||
# Install invidtui
|
||||
RUN go install github.com/darkhz/invidtui@latest
|
||||
|
||||
# Install jobber
|
||||
RUN wget -O jobber.deb -q https://github.com/dshearer/jobber/releases/download/v1.4.4/jobber_1.4.4-1_amd64.deb && \
|
||||
dpkg -i jobber.deb || apt-get install -qq --fix-broken && \
|
||||
|
|
@ -390,7 +394,7 @@ RUN sed -i 's/allowed_users=console/allowed_users=anybody/' /etc/X11/Xwrapper.co
|
|||
RUN userdel -r ubuntu && \
|
||||
useradd \
|
||||
--create-home \
|
||||
--groups audio,chrome,docker,input,shadow,sudo,tty,video \
|
||||
--groups audio,chrome,docker,input,pulse-access,shadow,sudo,tty,video \
|
||||
--shell /bin/zsh \
|
||||
$USER
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ docker run \
|
|||
--interactive \
|
||||
--name $DESKTOP_ENVIRONMENT_CONTAINER_NAME \
|
||||
--network $DESKTOP_ENVIRONMENT_DOCKER_NETWORK \
|
||||
--publish 8080 \
|
||||
--publish 8081 \
|
||||
--publish 8082 \
|
||||
--rm \
|
||||
--security-opt apparmor:unconfined \
|
||||
--volume /dev/displaylink:/dev/displaylink \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue