We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14da70f commit 8397f84Copy full SHA for 8397f84
Dockerfile
@@ -1,4 +1,5 @@
1
FROM python:3.11-slim-bullseye
2
COPY . /opt/holehe
3
WORKDIR /opt/holehe
4
-RUN python3 setup.py install
+RUN pip3 install requests && \
5
+ python3 setup.py install
0 commit comments