From 16770d6a38ef033f48a94593d361dc77fe0dda30 Mon Sep 17 00:00:00 2001 From: Fabien Sanglier Date: Thu, 22 Sep 2022 21:32:27 -0400 Subject: [PATCH] update comment --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1886a2..9d504ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,6 @@ RUN set -x \ && tar xvf /tmp/${SAG_ANSIBLE_ROLES_DEVPORTAL_FILENAME}.tar.gz -C ${ANSIBLE_ROLES_BASEPATH} # 3. Finalize the image -# this creates an image of approx 2.20GiB (un-compressed) ###################################################################################################### FROM base_ansible_with_roles as final