diff --git a/Dockerfile b/Dockerfile index 08532ec..42fcc21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM python:3.11.3-slim ENV PYTHONUNBUFFERED True # TO FETCH https://github.com/UpMortem/pinecone-python-client FOR TESTING -RUN apt update \ - apt install git +RUN apt update &&\ + apt install -y git WORKDIR /app