thejagstudio commited on
Commit
3d66ec5
·
verified ·
1 Parent(s): 78e024f

Update Dockerfile

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