diff --git a/dockerfile b/dockerfile index 4751606..8fff713 100644 --- a/dockerfile +++ b/dockerfile @@ -64,4 +64,6 @@ RUN ansible-galaxy collection install \ # community.general.gitlab_* community.general \ # ansible.posix.authorized_key for SSH - ansible.posix \ No newline at end of file + ansible.posix \ + # docker managment + community.docker \ No newline at end of file