Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
Requests is no more installed in python:3.11-slim-bullseye image.

Issue: megadose#209
  • Loading branch information
guillaumelambert committed Oct 30, 2024
1 parent 14da70f commit 8397f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.11-slim-bullseye
COPY . /opt/holehe
WORKDIR /opt/holehe
RUN python3 setup.py install
RUN pip3 install requests && \
python3 setup.py install

0 comments on commit 8397f84

Please sign in to comment.