Merge pull request #26 from stlouisn/patch-1

add FLAC package
This commit is contained in:
sparklyballs 2017-05-28 13:14:16 +01:00 committed by GitHub
commit f9f476e985

View file

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