From b7c48fe252c7a715760a4450a5d0f4a0602bf2a2 Mon Sep 17 00:00:00 2001 From: pdonchev1 <131678350+pdonchev1@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:03:03 +0200 Subject: [PATCH] Update Dockerfile apply_ckan_patches update --- images/ckan/2.9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ckan/2.9/Dockerfile b/images/ckan/2.9/Dockerfile index 142ba85..d7b4983 100644 --- a/images/ckan/2.9/Dockerfile +++ b/images/ckan/2.9/Dockerfile @@ -57,7 +57,7 @@ RUN pip install -e git+${GIT_URL}@${GIT_BRANCH}#egg=ckan COPY ./patches ${SRC_DIR}/patches COPY ./scripts/apply_ckan_patches.sh ${SRC_DIR}/apply_ckan_patches.sh # Apply patches -RUN ${SRC_DIR}/apply_ckan_patches.sh +RUN cd ${SRC_DIR} && ls -lah ${SRC_DIR} && ash ${SRC_DIR}/apply_ckan_patches.sh RUN rm -rf /srv/app/src/ckan/.git #### PATCH SINCE CYTON UPDATED TO 3.0.0 ###