FROM rust:latest

MAINTAINER robozman "https://gitlab.com/robozman"

RUN apt -y update && apt install -y bash git python-mutagen flac libtag1v5 libtag1-dev 

CMD ["/bin/bash", "-l", "-c"]
