Skip to content

Commit

Permalink
Merge pull request #4889 from tschottdorf/iptables
Browse files Browse the repository at this point in the history
Add iptables to builder image
  • Loading branch information
tbg committed Mar 6, 2016
2 parents 3325b63 + 573ca9a commit cb2710c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Peter Mattis <[email protected]>
RUN \
curl --silent --location https://deb.nodesource.com/setup_5.x | bash - && \
apt-get dist-upgrade -y && \
apt-get install --no-install-recommends --auto-remove -y nodejs && \
apt-get install --no-install-recommends --auto-remove -y nodejs iptables && \
apt-get clean autoclean && \
apt-get autoremove -y && \
git clone --depth 1 https://chromium.googlesource.com/chromium/src/tools/clang && \
Expand Down
2 changes: 1 addition & 1 deletion build/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

image="cockroachdb/builder"
version="20160304-103033"
version="20160305-182433"

function init() {
docker build --tag="${image}" "$(dirname $0)"
Expand Down

0 comments on commit cb2710c

Please sign in to comment.