Skip to content

Commit 157fd86

Browse files
committed
add podman
1 parent 1c2684e commit 157fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhel8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY requirements/requirements.insights.txt /tmp/requirements.txt
2222
# NOTE: en_US.UTF-8 locale is provided by glibc-langpack-en
2323
RUN set -ex; \
2424
DNF="dnf -y --disableplugin=subscription-manager" && \
25-
INSTALL_PKGS="glibc-langpack-en git-core libpq python3.11 python3.11-pip skopeo" && \
25+
INSTALL_PKGS="glibc-langpack-en git-core libpq python3.11 python3.11-pip skopeo podman" && \
2626
INSTALL_PKGS_BUILD="gcc libpq-devel python3.11-devel openldap-devel" && \
2727
LANG=C ${DNF} install ${INSTALL_PKGS} ${INSTALL_PKGS_BUILD} && \
2828
python3.11 -m venv "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)