aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-06-21 10:32:30 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-06-21 10:32:30 -0700
commit46e3433d174042d3f35aec4413964bd2b979ea96 (patch)
tree2242cb0820ac5787a62678f041f26fc7d0eda0b3 /bin
parentbin: refactor docker stuff (diff)
downloadwww-46e3433d174042d3f35aec4413964bd2b979ea96.tar.gz
www-46e3433d174042d3f35aec4413964bd2b979ea96.tar.bz2
www-46e3433d174042d3f35aec4413964bd2b979ea96.zip
bin: bundle install needs network
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/docker-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-setup.sh b/bin/docker-setup.sh
index 1e821a3..217425d 100755
--- a/bin/docker-setup.sh
+++ b/bin/docker-setup.sh
@@ -2,5 +2,5 @@
set -e
source "$(dirname "$0")"/docker-helper.inc
docker_build
-docker_run_net_none bundle install
+docker_run_net_host bundle install