holehe/Dockerfile

5 lines
99 B
Docker

FROM python:3.11-slim-bullseye
COPY . /opt/holehe
WORKDIR /opt/holehe
RUN python3 setup.py install