diff --git a/4.5/Dockerfile b/4.5/Dockerfile index 933468d..fba75d7 100644 --- a/4.5/Dockerfile +++ b/4.5/Dockerfile @@ -74,7 +74,8 @@ RUN true \ # Clear temporary files and directories. && rm -rf \ /tmp/* \ - /var/tmp/* + /var/tmp/* \ + && pip cache purge # Postgres config overrides to improve import performance (but reduce crash recovery safety) COPY conf.d/postgres-import.conf /etc/postgresql/16/main/conf.d/postgres-import.conf.disabled diff --git a/README.md b/README.md index 5485d5f..5f6b9fc 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ See relevant installation and usage instructions for each version in the ```