-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alejandro Sobko
committed
May 29, 2019
1 parent
005c2cf
commit 338c7ec
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ RUN $CKAN_HOME/bin/pip install -e git+https://github.com/datosgobar/portal-andin | |
/etc/ckan_init.d/build-combined-ckan-mo.sh $CKAN_HOME/src/ckanext-gobar-theme/ckanext/gobar_theme/i18n/es/LC_MESSAGES/ckan.po | ||
|
||
# Series de tiempo Ar explorer | ||
RUN $CKAN_HOME/bin/pip install -e git+https://github.com/datosgobar/[email protected].3#egg=ckanext-seriestiempoarexplorer | ||
RUN $CKAN_HOME/bin/pip install -e git+https://github.com/datosgobar/[email protected].4#egg=ckanext-seriestiempoarexplorer | ||
|
||
# DCAT dependencies (el plugin se instala desde el `requirements.txt` de portal-andino-theme) | ||
RUN $CKAN_HOME/bin/pip install -r $CKAN_HOME/src/ckanext-dcat/requirements.txt | ||
|