ThongCoding commited on
Commit
22267b1
·
verified ·
1 Parent(s): 19a1e28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -33,6 +33,8 @@ RUN apt-fast update && apt-fast install -y \
33
 
34
  RUN git lfs install
35
  RUN pip config set global.break-system-packages true
 
 
36
 
37
  # -----------------------------
38
  # Rust (global)
 
33
 
34
  RUN git lfs install
35
  RUN pip config set global.break-system-packages true
36
+ RUN apt remove -y python3-wheel python3-setuptools
37
+ RUN pip install -U pip setuptools wheel
38
 
39
  # -----------------------------
40
  # Rust (global)