add FLAC package

FLAC required to correctly split .cue based album
This commit is contained in:
stlouisn 2017-05-27 10:24:16 -03:00 committed by GitHub
parent 6981d13445
commit fcbc38c07c

View file

@ -16,6 +16,7 @@ RUN \
# install runtime packages
apk add --no-cache \
ffmpeg \
flac \
mc && \
# compile shntool