Skip to content

Commit f0a22ba

Browse files
authored
Merge pull request #35 from gVkWY8NJAa/master
resolves pip failure ImportError: cannot import name main
2 parents 04558a5 + 0b7d171 commit f0a22ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN if [ ! -z "${CONTAINER_TIMEZONE}" ]; \
3333
fi
3434

3535
# fix python dependencies (LTS Django)
36-
RUN pip install --upgrade pip && \
36+
RUN python -m pip install --upgrade pip && \
3737
pip install django==1.11.12
3838

3939
ARG version=1.1.3

0 commit comments

Comments
 (0)