mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-02 07:01:30 +00:00
fix: update Dockerfile to include docker-cli and change ansible container network to jms_net
This commit is contained in:
@@ -36,7 +36,8 @@ ARG TOOLS=" \
|
||||
postgresql-client \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
bubblewrap"
|
||||
bubblewrap \
|
||||
docker-cli"
|
||||
|
||||
ARG APT_MIRROR=http://deb.debian.org
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ def docker_isolation_kwargs():
|
||||
'process_isolation': True,
|
||||
'process_isolation_executable': 'docker',
|
||||
'container_image': ANSIBLE_EE_IMAGE,
|
||||
'container_options': ['--network=host'],
|
||||
'container_options': ['--network=jms_net'],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user