diff --git a/Dockerfile b/Dockerfile index 9f87b7b9..702cb933 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3-slim WORKDIR /app COPY . /app -RUN apt-get update && apt-get install -y gcc +RUN apt-get update && apt-get install -y gcc && rm -rf /var/lib/apt/lists/* RUN pip install --no-cache /app && mkdir -p /tmp/shell_gpt VOLUME /tmp/shell_gpt