1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:48:55 +02:00
This commit is contained in:
kev 2015-08-15 09:30:14 +08:00
parent 5ec4e37a42
commit ddc6a1c1e5

View File

@ -18,8 +18,8 @@ RUN apt-get update \
libsndfile1-dev \
make \
wget \
&& cd audiowaveform \
&& git clone https://github.com/bbcrd/audiowaveform.git . \
&& git clone https://github.com/bbcrd/audiowaveform.git \
&& cd audiowaveform \
&& wget https://googlemock.googlecode.com/files/gmock-1.7.0.zip \
&& unzip gmock-1.7.0.zip \
&& ln -s gmock-1.7.0 gmock \