Skip to content

Commit

Permalink
Add latest git for parallel submodule clone
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <[email protected]>
  • Loading branch information
lebdron committed Nov 25, 2017
1 parent bcafd71 commit c5b8061
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ ENV IROHA_BUILD /opt/iroha/build

RUN apt-get update; \
apt-get -y upgrade; \
apt-get -y --no-install-recommends install apt-utils; \
apt-get -y --no-install-recommends install apt-utils software-properties-common; \
apt-get -y clean

# add git repository
RUN add-apt-repository -y ppa:git-core/ppa; \
apt-get update

RUN apt-get -y --no-install-recommends install build-essential python-software-properties \
automake libtool \
# dev dependencies
Expand Down

0 comments on commit c5b8061

Please sign in to comment.