diff --git a/Dockerfile b/Dockerfile index 40e89bb..5d6365f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt update RUN apt install -y zip RUN mkdir -p ./python RUN pwd -RUN pip install --no-cache-dir -r requirements.txt -t python/ +RUN pip install -r requirements.txt -t python/ RUN zip -r python.zip python # ENTRYPOINT ["tail", "-f", "/dev/null"]