We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97036fb commit 4332f8cCopy full SHA for 4332f8c
1 file changed
docker/Dockerfile.postgres
@@ -1,5 +1,5 @@
1
FROM postgres:14
2
3
RUN apt-get update \
4
- && apt-get install -y postgresql-14-partman \
+ && apt-get install -y --no-install-recommends postgresql-14-partman \
5
&& rm -rf /var/lib/apt/lists/*
0 commit comments