Skip to content

Commit f87c88a

Browse files
authored
Include additional dependencies into minimal image
This includes some of the process debugging utils, vi, less, and ensuring tzdata is present[1] [1] https://access.redhat.com/solutions/5616681 Issue: [ch11367]
1 parent 62f5d60 commit f87c88a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/pgo-base/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ RUN if [ "$BASEOS" = "ubi8" ]; then \
5353
${PACKAGER} -y update \
5454
&& ${PACKAGER} -y install \
5555
glibc-langpack-en \
56+
procps-ng \
57+
less \
58+
vim-minimal \
59+
&& ${PACKAGER} reinstall tzdata -y \
5660
&& ${PACKAGER} -y clean all ; \
5761
fi
5862

0 commit comments

Comments
 (0)