update pip and setuptools on dht dockerfile

This commit is contained in:
Victor Shyba 2022-06-27 04:12:30 -03:00 committed by Victor Shyba
parent 85ff487af5
commit 4a3a7e318d

View file

@ -31,6 +31,7 @@ RUN chown -R $user:$user $projects_dir
USER $user
WORKDIR $projects_dir
RUN python3 -m pip install -U setuptools pip
RUN make install
RUN python3 docker/set_build.py
RUN rm ~/.cache -rf