Skip to content

Commit

Permalink
No more who.ini in 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 21, 2024
1 parent f5f4994 commit 5a44465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan-2.11/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ RUN pip3 install -U pip && \
cd ${SRC_DIR} && \
pip3 install -e git+${GIT_URL}@${CKAN_VERSION}#egg=ckan && \
cd ckan && \
cp who.ini ${APP_DIR} && \
pip3 install --no-binary markdown -r requirements.txt && \
# Install CKAN envvars to support loading config from environment variables
pip3 install -e git+https://github.com/okfn/ckanext-envvars.git#egg=ckanext-envvars && \
Expand Down

0 comments on commit 5a44465

Please sign in to comment.