Skip to content

Commit

Permalink
Removing upgrade of pip from Docker build (apache#8760)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-rueda authored and mistercrunch committed Dec 5, 2019
1 parent f7c3368 commit 3bdf764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ COPY ./requirements.txt ./docker/requirements-extra.txt ./setup.py ./MANIFEST.in
COPY superset /app/superset

RUN cd /app \
&& pip install --upgrade setuptools pip \
&& pip install -r requirements.txt -r requirements-extra.txt \
&& pip install -e .

Expand Down

0 comments on commit 3bdf764

Please sign in to comment.