- Germany
- https://www.xs-project.de
- Joined on
2026-02-12
Block a user
mumble (latest)
Published 2026-03-26 00:34:03 +01:00 by Administrator
Installation
docker pull git.xs-project.de/administrator/mumble:latestsha256:be5325f81062ef6aa24b8f760c20ec0bfaf4e5cc67d45c6a8302620fa2cab667
Image Layers
| LABEL de.virtulife.image.authors=support@xs-project.de |
| RUN /bin/sh -c apt-get update && apt-get -y dist-upgrade && apt-get -y install wget curl && apt-get clean && apt-get -y autoclean && rm -rf /var/lib/opt/lists/* # buildkit |
| STOPSIGNAL SIGTERM |
| WORKDIR /home/container |
| COPY ./entrypoint.sh /entrypoint.sh # buildkit |
| CMD ["/bin/bash" "/entrypoint.sh"] |
| LABEL de.virtulife.image.authors=support@xs-project.de |
| RUN /bin/sh -c apt-get update && apt-get -y dist-upgrade && apt-get -y install wget software-properties-common # buildkit |
| RUN /bin/sh -c add-apt-repository universe # buildkit |
| RUN /bin/sh -c apt-get update && apt-get -y dist-upgrade && apt-get -y install mumble-server libqt5sql5-mysql libqt5sql5-psql libqt5sql5-odbc libqt5sql5 && apt-get clean && apt-get -y autoclean && rm -rf /var/lib/opt/lists/* # buildkit |
| WORKDIR /home/container |
| COPY ./entrypoint.sh /entrypoint.sh # buildkit |
| CMD ["/bin/bash" "/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| de.virtulife.image.authors | support@xs-project.de |