We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2684e commit 157fd86Copy full SHA for 157fd86
Dockerfile.rhel8
@@ -22,7 +22,7 @@ COPY requirements/requirements.insights.txt /tmp/requirements.txt
22
# NOTE: en_US.UTF-8 locale is provided by glibc-langpack-en
23
RUN set -ex; \
24
DNF="dnf -y --disableplugin=subscription-manager" && \
25
- INSTALL_PKGS="glibc-langpack-en git-core libpq python3.11 python3.11-pip skopeo" && \
+ INSTALL_PKGS="glibc-langpack-en git-core libpq python3.11 python3.11-pip skopeo podman" && \
26
INSTALL_PKGS_BUILD="gcc libpq-devel python3.11-devel openldap-devel" && \
27
LANG=C ${DNF} install ${INSTALL_PKGS} ${INSTALL_PKGS_BUILD} && \
28
python3.11 -m venv "${VIRTUAL_ENV}" && \
0 commit comments