From 19a6c70858ec42b4a92349a345ae8af3ae95abfe Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Thu, 3 Oct 2019 01:02:16 -0400 Subject: [PATCH] remove cruft leftover from the postgresql upgrade --- installer/roles/image_build/templates/Dockerfile.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index d5478e9144..f2c5c0a3a7 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -71,8 +71,6 @@ RUN chmod +x /tini RUN python3 -m ensurepip && pip3 install virtualenv RUN pip install supervisor -RUN find / -name pg_config - ADD Makefile /tmp/Makefile RUN mkdir /tmp/requirements ADD requirements/requirements_ansible.txt \