FROM debian:testing
RUN apt update -y
RUN apt install -y mpg123
