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 fa15438 commit fc89e37Copy full SHA for fc89e37
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