| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in / |
| CMD ["/bin/bash"] |
| WORKDIR /opt/ |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libopus0 libstdc++6 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /LICENSES ./LICENSES # buildkit |
| COPY /mumble-discord-bridge . # buildkit |
| COPY /root/.local/lib/libdave.so /usr/lib/ # buildkit |
| RUN /bin/sh -c ldconfig # buildkit |
| CMD ["/opt/mumble-discord-bridge"] |