Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Dec 2, 2022
1 parent d38eb6a commit fa12e7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& curl -L https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-linux64.tar.gz | tar xz -C /usr/local/bin \
&& apt-get purge -y ca-certificates curl

RUN python setup.py sdist bdist_wheel

RUN pip install --upgrade pip && pip install build && python -m build
RUN pip install dist/*.whl

ENTRYPOINT ["facebook_downloader"]

0 comments on commit fa12e7e

Please sign in to comment.