From 3eb3324c9b56685c8c5490472503a24b9b6174ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 1 Apr 2022 11:04:10 +0200 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fasjson/templates/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fasjson/templates/Dockerfile b/roles/openshift-apps/fasjson/templates/Dockerfile index c5f6aa859e..09397596c3 100644 --- a/roles/openshift-apps/fasjson/templates/Dockerfile +++ b/roles/openshift-apps/fasjson/templates/Dockerfile @@ -28,7 +28,7 @@ RUN git clone https://github.com/fedora-infra/fasjson.git && \ git checkout {{ (env == 'production')|ternary('stable', 'staging') }} && \ /opt/venv/bin/poetry config virtualenvs.create false && \ /opt/venv/bin/poetry install --no-dev && \ - popd && \ + popd RUN rm -f /etc/krb5.conf && ln -sf /etc/krb5/krb5.conf /etc/krb5.conf && \ rm -f /etc/openldap/ldap.conf && ln -sf /etc/ipa/ldap.conf /etc/openldap/ldap.conf EXPOSE 8080