Permalink
Browse files

Fixes to os-data-importers dockerfile

  • Loading branch information...
akariv committed Oct 6, 2016
1 parent ea0ee15 commit 48cc12b2e8109b93e7e4b1a999dec6fd26af33ad
Showing with 2 additions and 1 deletion.
  1. +2 −1 docker-config/os-data-importers/Dockerfile
@@ -14,7 +14,8 @@ RUN pip3 --version
RUN pip3 install --upgrade pip
RUN pip3 install os-gobble \
celery \
git+git://github.com/frictionlessdata/datapackage-pipelines.git
cchardet \
datapackage-pipelines
RUN git clone http://github.com/openspending/os-data-importers.git /app
RUN mkdir /root/.gobble
RUN apk del build-dependencies

0 comments on commit 48cc12b

Please sign in to comment.