1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
This commit is contained in:
kev 2015-08-15 09:33:53 +08:00
parent ddc6a1c1e5
commit e5b80df329

View File

@ -17,6 +17,7 @@ RUN apt-get update \
libmad0-dev \
libsndfile1-dev \
make \
unzip \
wget \
&& git clone https://github.com/bbcrd/audiowaveform.git \
&& cd audiowaveform \
@ -40,6 +41,7 @@ RUN apt-get update \
libmad0-dev \
libsndfile1-dev \
make \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*