Skip to content

Commit

Permalink
Merge pull request #11492 from stevekuznetsov/skuznets/update-deps
Browse files Browse the repository at this point in the history
Add `bc` to the release Docker image specs for test-cmd
  • Loading branch information
smarterclayton committed Oct 21, 2016
2 parents 2dccff1 + 87ebf89 commit 636901c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/release/Dockerfile
Expand Up @@ -15,7 +15,7 @@ ENV VERSION=1.6 \
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin

RUN mkdir $TMPDIR && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar" && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/release/golang-1.4/Dockerfile
Expand Up @@ -15,7 +15,7 @@ ENV VERSION=1.4.3 \
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin

RUN mkdir $TMPDIR && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar" && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/release/golang-1.6/Dockerfile
Expand Up @@ -15,7 +15,7 @@ ENV VERSION=1.6.3 \
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin

RUN mkdir $TMPDIR && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar" && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion images/release/golang-1.7/Dockerfile
Expand Up @@ -15,7 +15,7 @@ ENV VERSION=1.7.1 \
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin

RUN mkdir $TMPDIR && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar" && \
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit 636901c

Please sign in to comment.