From 665ce3c4dadfd5bc10893c808c2090519f0ea7dd Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 2 May 2022 11:04:31 +0200 Subject: [PATCH] Undo dependency (last) uninstall --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76a0760..d92e5f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ 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 remove -y \ + # curl && \ apt-get autoremove -y && \ rm -rf /var/lib/apt/lists/* && \ rm -f /tmp/ovftool-installer