Skip to content

Commit

Permalink
Merge pull request #35 from gVkWY8NJAa/master
Browse files Browse the repository at this point in the history
resolves pip failure ImportError: cannot import name main
  • Loading branch information
deniszh authored May 10, 2018
2 parents 04558a5 + 0b7d171 commit f0a22ba
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 @@ -33,7 +33,7 @@ RUN if [ ! -z "${CONTAINER_TIMEZONE}" ]; \
fi

# fix python dependencies (LTS Django)
RUN pip install --upgrade pip && \
RUN python -m pip install --upgrade pip && \
pip install django==1.11.12

ARG version=1.1.3
Expand Down

0 comments on commit f0a22ba

Please sign in to comment.