datastx commited on
Commit
d66fffe
1 Parent(s): 7d4c86d

new location

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ ADD . /app
11
  RUN apt-get update && \
12
  apt-get install -y aria2 curl gcc python3-dev && \
13
  curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
14
- . $HOME/.cargo/env && \
15
  pip install --upgrade pip && \
16
  pip install --no-cache-dir -r requirements.txt
17
 
 
11
  RUN apt-get update && \
12
  apt-get install -y aria2 curl gcc python3-dev && \
13
  curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
14
+ ENV PATH="/root/.cargo/bin:${PATH}" && \
15
  pip install --upgrade pip && \
16
  pip install --no-cache-dir -r requirements.txt
17