-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 parent
7b98ebf
commit a3eb1a7
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Si se lleva a cabo un docker build de portal-andino sin el parámetro "--build-arg IMAGE_VERSION={versión de portal-base}, se usa el ARG IMAGE_VERSION por default | ||
ARG IMAGE_VERSION=release-0.10.34 | ||
ARG IMAGE_VERSION=release-0.10.35 | ||
FROM datosgobar/portal-base:$IMAGE_VERSION | ||
MAINTAINER Leandro Gomez<[email protected]> | ||
|
||
|
@@ -11,7 +11,7 @@ ENV CKAN_DEFAULT /etc/ckan/default | |
WORKDIR /portal | ||
|
||
# portal-andino-theme | ||
RUN $CKAN_HOME/bin/pip install -e git+https://github.com/datosgobar/portal-andino-theme.git@cf044f1f5e58862cfac960619c176e80611ef5a3#egg=ckanext-gobar_theme && \ | ||
RUN $CKAN_HOME/bin/pip install -e git+https://github.com/datosgobar/portal-andino-theme.git@26bad648014fc697670b4440ff366fd58dd12dc5#egg=ckanext-gobar_theme && \ | ||
$CKAN_HOME/bin/pip install -r $CKAN_HOME/src/ckanext-gobar-theme/requirements.txt && \ | ||
/etc/ckan_init.d/build-combined-ckan-mo.sh $CKAN_HOME/src/ckanext-gobar-theme/ckanext/gobar_theme/i18n/es/LC_MESSAGES/ckan.po | ||
|
||
|