Skip to content

Commit 667bde1

Browse files
committed
Do not install useless packages for travis builds
1 parent 8e339a5 commit 667bde1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile-ubuntu14.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TRAVIS_JOB_NUMBER
55

66
# Setup
77
RUN apt-get update -y -qq
8-
RUN apt-get install -y apt-utils git gcc g++ autotools-dev dh-autoreconf cmake cmake-data ninja-build -qq
8+
RUN apt-get install -y apt-utils git gcc g++ cmake cmake-data ninja-build -qq
99
RUN mkdir -p /src/
1010
RUN git clone https://github.com/aymara/svmtool-cpp /src/svmtool-cpp
1111

Dockerfile-ubuntu16.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TRAVIS_JOB_NUMBER
55

66
# Setup
77
RUN apt-get update -y -qq
8-
RUN apt-get install -y apt-utils git gcc g++ autotools-dev dh-autoreconf cmake cmake-data ninja-build -qq
8+
RUN apt-get install -y apt-utils git gcc g++ cmake cmake-data ninja-build -qq
99
RUN apt-get update -y -qq
1010
RUN mkdir -p /src/
1111
RUN git clone https://github.com/aymara/svmtool-cpp /src/svmtool-cpp

0 commit comments

Comments
 (0)