Skip to content

Commit

Permalink
Bump archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
zelima authored Oct 10, 2019
1 parent 2cfd9f2 commit e770292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ RUN pip install -e git+${GIT_URL}@${GIT_BRANCH}#egg=ckan && \
pip install -e git+https://github.com/ckan/[email protected]#egg=ckanext-harvest && \
pip install -r https://raw.githubusercontent.com/ckan/ckanext-harvest/v1.0.0/pip-requirements.txt && \
pip install -e git+http://github.com/datagovuk/ckanext-report.git#egg=ckanext-report && \
pip install --no-cache-dir -e git+https://github.com/ViderumGlobal/[email protected].4-ckan-2.7#egg=ckanext-archiver && \
pip install --no-cache-dir -r https://raw.githubusercontent.com/ViderumGlobal/ckanext-archiver/v1.0.4-ckan-2.7/requirements.txt && \
pip install --no-cache-dir -e git+https://github.com/ViderumGlobal/[email protected].6-ckan-2.7#egg=ckanext-archiver && \
pip install --no-cache-dir -r https://raw.githubusercontent.com/ViderumGlobal/ckanext-archiver/v1.0.6-ckan-2.7/requirements.txt && \
# Create and update CKAN config
paster --plugin=ckan make-config ckan ${APP_DIR}/production.ini && \
paster --plugin=ckan config-tool ${APP_DIR}/production.ini "ckan.plugins = ${CKAN__PLUGINS}"
Expand Down

0 comments on commit e770292

Please sign in to comment.