thejagstudio commited on
Commit
a7d4885
·
verified ·
1 Parent(s): 47aa46e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
3
  COPY requirements.txt ./
4
  RUN pip install --upgrade pip setuptools wheel
5
  RUN pip install lbry-libtorrent
6
- RUN pip install python3-libtorrent
7
  RUN pip install -r requirements.txt
8
  COPY . .
9
  EXPOSE 7860
 
3
  COPY requirements.txt ./
4
  RUN pip install --upgrade pip setuptools wheel
5
  RUN pip install lbry-libtorrent
6
+ RUN pip install python-libtorrent
7
  RUN pip install -r requirements.txt
8
  COPY . .
9
  EXPOSE 7860