diff --git a/Dockerfile b/Dockerfile index d92e5f8..a7b87d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ + # (curl) Dependency for Ansible 'kubernetes.core' collection curl \ git \ jq \ @@ -42,9 +43,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco setuptools \ wheel \ yamllint && \ - # apt-get remove -y \ - # curl && \ - apt-get autoremove -y && \ rm -rf /var/lib/apt/lists/* && \ rm -f /tmp/ovftool-installer