FROM python:3.10-slim COPY . /Python_Toolkit RUN pip3 install ./Python_Toolkit RUN rm ./Python_Toolkit -rf