diff --git a/dockerfile b/dockerfile index 23c585c..baffb48 100644 --- a/dockerfile +++ b/dockerfile @@ -97,5 +97,6 @@ RUN ansible-galaxy collection install \ community.general==8.4.0 \ community.mysql==3.9.0 \ community.postgresql==3.4.0 \ - kubernetes.core==3.0.0 \ - theforeman.foreman==4.0.0; + theforeman.foreman==4.0.0; \ + ansible-galaxy collection install --pre \ + nofusscomputing.kubernetes \ No newline at end of file