share pulseaudio
Este commit está contenido en:
@@ -1,8 +1,18 @@
|
||||
FROM golang
|
||||
RUN apt update && apt upgrade -y && apt install -y curl lsb-release dirmngr
|
||||
ENV UNAME mumble
|
||||
RUN apt update && apt upgrade -y && apt install -y curl lsb-release dirmngr pulseaudio-utils && apt clean
|
||||
RUN curl -s https://dl.autonomia.digital/debian/keys.asc | apt-key add -
|
||||
RUN echo deb https://dl.autonomia.digital/debian $(lsb_release -c | cut -f 2) main | tee /etc/apt/sources.list.d/wahay.list
|
||||
RUN echo deb-src https://dl.autonomia.digital/debian $(lsb_release -c | cut -f 2) main | tee -a /etc/apt/sources.list.d/wahay.list
|
||||
RUN apt update && apt install -y wahay
|
||||
ENTRYPOINT ["wahay"]
|
||||
|
||||
RUN apt update && apt install -y wahay && apt clean
|
||||
RUN export UNAME=$UNAME UID=1000 GID=1000 && \
|
||||
mkdir -p "/home/${UNAME}" && \
|
||||
echo "${UNAME}:x:${UID}:${GID}:${UNAME} User,,,:/home/${UNAME}:/bin/bash" >> /etc/passwd && \
|
||||
echo "${UNAME}:x:${UID}:" >> /etc/group && \
|
||||
mkdir -p /etc/sudoers.d && \
|
||||
echo "${UNAME} ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/${UNAME} && \
|
||||
chmod 0440 /etc/sudoers.d/${UNAME} && \
|
||||
chown ${UID}:${GID} -R /home/${UNAME} && \
|
||||
gpasswd -a ${UNAME} audio
|
||||
USER ${UNAME}
|
||||
ENTRYPOINT [ "wahay" ]
|
||||
Referencia en una nueva incidencia
Block a user