forked from LBRYCommunity/lbry-sdk
update pip and setuptools on dht dockerfile
This commit is contained in:
parent
85ff487af5
commit
4a3a7e318d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ RUN chown -R $user:$user $projects_dir
|
||||||
USER $user
|
USER $user
|
||||||
WORKDIR $projects_dir
|
WORKDIR $projects_dir
|
||||||
|
|
||||||
|
RUN python3 -m pip install -U setuptools pip
|
||||||
RUN make install
|
RUN make install
|
||||||
RUN python3 docker/set_build.py
|
RUN python3 docker/set_build.py
|
||||||
RUN rm ~/.cache -rf
|
RUN rm ~/.cache -rf
|
||||||
|
|
Loading…
Reference in a new issue