Skip to content

Commit

Permalink
Do not install useless packages for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Feb 4, 2018
1 parent 8e339a5 commit 667bde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-ubuntu14.04
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ubuntu16.04
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 667bde1

Please sign in to comment.