Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chdigiorno authored Sep 24, 2019
1 parent 7b98ebf commit a3eb1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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]>

Expand All @@ -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

Expand Down

0 comments on commit a3eb1a7

Please sign in to comment.