Skip to content

Commit

Permalink
Docker cloud already checks the submodules out
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Aug 7, 2018
1 parent dab7c91 commit 5098cb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Expand Up @@ -4,8 +4,6 @@ RUN apk add --no-cache gcc g++ cmake musl-dev vim git ninja zlib-dev bzip2-dev
WORKDIR /opt/plass
ADD . .

RUN git submodule init && git submodule update

WORKDIR build_sse
RUN cmake -G Ninja -DHAVE_SSE4_1=1 -DCMAKE_BUILD_TYPE=Release ..
RUN ninja && ninja install
Expand Down

0 comments on commit 5098cb4

Please sign in to comment.