Skip to content

Commit

Permalink
Try fix deploy build error ImportError: cannot import name 'SourceDis…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbothma committed Jan 21, 2020
1 parent 81fce18 commit de32c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
libxml2-dev \
git \
libffi-dev
RUN pip install --upgrade pip
RUN pip install --upgrade pip setuptools
RUN pip install -e git+https://github.com/ckan/datapusher.git#egg=datapusher \
&& pip install gunicorn
RUN pip install -r /src/datapusher/requirements.txt
Expand Down

0 comments on commit de32c73

Please sign in to comment.