File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG TRAVIS_JOB_NUMBER
55
66# Setup
77RUN 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
99RUN mkdir -p /src/
1010RUN git clone https://github.com/aymara/svmtool-cpp /src/svmtool-cpp
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG TRAVIS_JOB_NUMBER
55
66# Setup
77RUN 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
99RUN apt-get update -y -qq
1010RUN mkdir -p /src/
1111RUN git clone https://github.com/aymara/svmtool-cpp /src/svmtool-cpp
You can’t perform that action at this time.
0 commit comments