Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
apply_ckan_patches update
  • Loading branch information
pdonchev1 authored Jul 20, 2023
1 parent 3944962 commit b7c48fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ckan/2.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit b7c48fe

Please sign in to comment.