Skip to content

Commit fe78c1f

Browse files
authored
Update package requirements for exporter image
There is an additional requirement for the exporter image to include findutils.
1 parent 607afdd commit fe78c1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/crunchy-postgres-exporter/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ fi
3636

3737
RUN if [ "$BASEOS" = "ubi8" ] ; then \
3838
${PACKAGER} install -y \
39-
postgresql${PGVERSION} \
39+
findutils \
4040
gettext \
4141
nss_wrapper \
42+
postgresql${PGVERSION} \
4243
&& ${PACKAGER} -y clean all ; \
4344
fi
4445

0 commit comments

Comments
 (0)