Skip to content

Commit

Permalink
rebase, cmake is installed in imstall_ubuntu_1404
Browse files Browse the repository at this point in the history
  • Loading branch information
shivnagarajan committed Jun 19, 2018
1 parent 554bf82 commit 956e37b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcrouter/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ENV DEBIAN_FRONTEND noninteractive
ARG UBUNTU_VERSION
ARG RELEASE_REV=master
RUN apt-get update && apt-get install -y software-properties-common git sudo && \
add-apt-repository ppa:george-edison55/cmake-3.x && \
mkdir -p $MCROUTER_DIR/repo && \
cd $MCROUTER_DIR/repo && git clone $MCROUTER_REPO && \
cd $MCROUTER_DIR/repo/mcrouter && git checkout ${RELEASE_REV} && \
Expand Down

0 comments on commit 956e37b

Please sign in to comment.