#161 install dependencies for test on Dockerfile
Merged 6 years ago by astepano. Opened 6 years ago by bgoncalv.
bgoncalv/standard-test-roles fix-ci-tests  into  master

file modified
+2 -1
@@ -3,7 +3,8 @@ 

  ENV PARAM_WDIR="/var"

  RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

  RUN sed -i -e '/\[main\]/aip_resolve=4' /etc/yum.conf

- RUN yum install -y copr-cli nss_wrapper fedora-packager wget rpmdevtools; \

+ RUN yum install -y copr-cli nss_wrapper fedora-packager wget rpmdevtools \

+     gcc python-devel redhat-rpm-config python-virtualenvl; \

      yum clean all; \

      rm -rf /var/cache/yum

  WORKDIR "$PARAM_WDIR"

file modified
-2
@@ -98,8 +98,6 @@ 

              steps {

                  sh '''

                      set -efux

-                     # Install test dependencies

-                     yum install -y gcc python-devel redhat-rpm-config python-virtualenv

                      ./tests/python-syntax.sh

                  '''

              }

no initial comment

Commit 8840206 fixes this pull-request

Pull-Request has been merged by astepano

6 years ago

Pull-Request has been merged by astepano

6 years ago