diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-06-21 10:32:30 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-06-21 10:32:30 -0700 |
commit | 46e3433d174042d3f35aec4413964bd2b979ea96 (patch) | |
tree | 2242cb0820ac5787a62678f041f26fc7d0eda0b3 /bin | |
parent | bin: refactor docker stuff (diff) | |
download | www-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-x | bin/docker-setup.sh | 2 |
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 |