Skip to content

Commit

Permalink
Fix deb package Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Dong authored and Jing Dong committed Jun 23, 2016
1 parent a0038b4 commit 017640c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-deb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.6.2
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update -yqq
RUN apt-get install -yqq software-properties-common curl git mercurial ruby-dev gcc make
RUN apt-get install -yqq software-properties-common curl git mercurial ruby-dev gcc make rubygems
RUN gem install fpm

ADD . /go/src/github.com/QubitProducts/bamboo
Expand Down
2 changes: 1 addition & 1 deletion builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
set -u
name=bamboo
version=${_BAMBOO_VERSION:-"1.0.0"}
version=${_BAMBOO_VERSION:-"0.2.20"}
description="Bamboo is a DNS based HAProxy auto configuration and auto service discovery for Mesos Marathon."
url="https://github.com/QuBitProducts/bamboo"
arch="all"
Expand Down

0 comments on commit 017640c

Please sign in to comment.