Skip to content

Commit

Permalink
Update the checkout of submodules to always checkout the latest versi…
Browse files Browse the repository at this point in the history
…on as recommended by #5
  • Loading branch information
stcarrez committed Jan 5, 2019
1 parent fa79006 commit 5878d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN mkdir -p /usr/src \
&& git clone https://github.com/stcarrez/ada-awa.git ada-awa \
&& cd ada-awa \
&& git submodule init \
&& git submodule update \
&& git submodule update --recursive --remote \
&& ./configure --enable-ahven --disable-shared --prefix=/usr \
&& make -s \
&& make -s install
Expand Down

0 comments on commit 5878d3a

Please sign in to comment.