1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:48 +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 \ libsndfile1-dev \
make \ make \
wget \ 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 \ && wget https://googlemock.googlecode.com/files/gmock-1.7.0.zip \
&& unzip gmock-1.7.0.zip \ && unzip gmock-1.7.0.zip \
&& ln -s gmock-1.7.0 gmock \ && ln -s gmock-1.7.0 gmock \