diff --git a/Dockerfile-ubuntu14.04 b/Dockerfile-ubuntu14.04 index 5909db9..28fa25c 100644 --- a/Dockerfile-ubuntu14.04 +++ b/Dockerfile-ubuntu14.04 @@ -5,7 +5,7 @@ ARG TRAVIS_JOB_NUMBER # Setup RUN apt-get update -y -qq -RUN apt-get install -y apt-utils git gcc g++ autotools-dev dh-autoreconf cmake cmake-data ninja-build -qq +RUN apt-get install -y apt-utils git gcc g++ cmake cmake-data ninja-build -qq RUN mkdir -p /src/ RUN git clone https://github.com/aymara/svmtool-cpp /src/svmtool-cpp diff --git a/Dockerfile-ubuntu16.04 b/Dockerfile-ubuntu16.04 index 61ed9ef..96ba547 100644 --- a/Dockerfile-ubuntu16.04 +++ b/Dockerfile-ubuntu16.04 @@ -5,7 +5,7 @@ ARG TRAVIS_JOB_NUMBER # Setup RUN apt-get update -y -qq -RUN apt-get install -y apt-utils git gcc g++ autotools-dev dh-autoreconf cmake cmake-data ninja-build -qq +RUN apt-get install -y apt-utils git gcc g++ cmake cmake-data ninja-build -qq RUN apt-get update -y -qq RUN mkdir -p /src/ RUN git clone https://github.com/aymara/svmtool-cpp /src/svmtool-cpp