diff --git a/Dockerfile b/Dockerfile index 26308a5..5c9e565 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ENV POETRY_CACHE_DIR=/opt/.cache -RUN pip install "poetry==${POETRY_VERSION}" +RUN pip install --no-cache-dir "poetry==${POETRY_VERSION}" WORKDIR /app