add redhat-lsb-core to build images -- cpack uses lsb_release

This commit is contained in:
Aaron Molitor 2021-04-20 09:32:38 -05:00
parent 5e6a8b0224
commit b8865673c3
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN sed -i -e '/enabled/d' /etc/yum.repos.d/CentOS-Base.repo && \
lz4-devel \
lz4-static \
mono-devel \
redhat-lsb-core \
rpm-build \
tcl-devel \
unzip \

View File

@ -34,6 +34,7 @@ RUN rpmkeys --import mono-project.com.rpmkey.pgp && \
lz4-devel \
lz4-static \
mono-devel \
redhat-lsb-core \
rpm-build \
tcl-devel \
unzip \