Skip to content

Commit 4332f8c

Browse files
committed
chore(docker): add --no-install-recommends to dev postgres image
1 parent 97036fb commit 4332f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.postgres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM postgres:14
22

33
RUN apt-get update \
4-
&& apt-get install -y postgresql-14-partman \
4+
&& apt-get install -y --no-install-recommends postgresql-14-partman \
55
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)