Skip to content

Commit

Permalink
Add python3-devel rpm and python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Mar 9, 2020
1 parent 91b7c37 commit a360b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN dnf -y --disableplugin=subscription-manager install http://mirror.centos.org
psmisc \
postfix \
postgresql-devel \
python3-devel \
qpid-proton-c-devel \
redhat-rpm-config \
ruby-devel \
Expand All @@ -106,6 +107,8 @@ RUN dnf -y --disableplugin=subscription-manager install http://mirror.centos.org
&& \
dnf clean all

# Install python packages the same way the appliance does
RUN curl -L https://raw.githubusercontent.com/ManageIQ/manageiq-appliance-build/master/kickstarts/partials/post/python_modules.ks.erb | bash -

RUN mkdir -p ${APP_ROOT} ${APPLIANCE_ROOT} ${SUI_ROOT} && \
ln -vs ${APP_ROOT} /opt/manageiq/manageiq
Expand Down

0 comments on commit a360b66

Please sign in to comment.