Skip to content

Commit

Permalink
Fixed Extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
sawankumar authored and SVR666 committed Oct 17, 2020
1 parent 71e139d commit 3caebc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apt-get -qq update && \
curl pv jq ffmpeg \
p7zip-full p7zip-rar
COPY requirements.txt .
COPY extract /usr/local/bin
RUN chmod +x /usr/local/bin/extract
RUN pip3 install --no-cache-dir -r requirements.txt && \
apt-get -qq purge git

Expand Down

0 comments on commit 3caebc8

Please sign in to comment.