FROM debian:bullseye-slim LABEL maintainer="Kirk Trombley " RUN apt update && apt install --yes libopus-dev ffmpeg curl WORKDIR /audiobot RUN curl https://splamy.de/api/nightly/projects/ts3ab/master_linux_x64/download -o ./audiobot.tgz \ && tar xvf audiobot.tgz \ && rm audiobot.tgz RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -o /usr/local/bin/youtube-dl \ && chmod a+rx /usr/local/bin/youtube-dl WORKDIR /data CMD /audiobot/TS3AudioBot