Skip to content

Commit

Permalink
Modified github repo in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
shivramsrivastava committed May 7, 2018
1 parent 614d03b commit 65937c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER [email protected]

RUN apt-get -y update
RUN apt-get -y install git-core build-essential make && git clone https://github.com/camsas/firmament /firmament
RUN apt-get -y install git-core build-essential make && git clone https://github.com/shivramsrivastava/firmament /firmament
RUN bash -c 'source /firmament/include/pkglist.Ubuntu-16.04 && apt-get -y install ${BASE_PKGS} ${COMPILER_PKGS} ${GOOGLE_PKGS} ${BOOST_PKGS} ${MISC_PKGS} ${HDFS_PKGS} ${PION_PKGS}'
RUN mkdir /var/log/firmament && cd /firmament && make && cd build && make -j12
COPY firmament-default.conf /firmament/default.conf
Expand Down

0 comments on commit 65937c4

Please sign in to comment.