-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4889 from tschottdorf/iptables
Add iptables to builder image
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters