Skip to content

Commit

Permalink
ansible: Install shared-mime-info on Centos UBI RHEL and Fedora (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Jul 10, 2024
1 parent bf5520a commit e9cd338
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ Test_Tool_Packages:
- fakeroot
- gnutls
- gnutls-utils
- shared-mime-info
- nss-devel
- nss-tools
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ Test_Tool_Packages:
- gnutls
- gnutls-utils
- libnss3.so
- shared-mime-info
- nss-devel
- nss-tools
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ Test_Tool_Packages:
- mercurial
- gnutls
- gnutls-utils
- shared-mime-info
- nss-devel
- nss-tools
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN chown -R jenkins /home/jenkins/.ssh
RUN chmod -R og-rwx /home/jenkins/.ssh
# RUN service ssh start
CMD ["/usr/sbin/sshd","-D"]
RUN dnf install -y git curl make gcc xorg-x11-server-Xvfb libXrender libXi libXtst fontconfig fakeroot procps-ng hostname diffutils
RUN dnf install -y git curl make gcc xorg-x11-server-Xvfb libXrender libXi libXtst fontconfig fakeroot procps-ng hostname diffutils shared-mime-info
RUN dnf install -y coreutils --allowerasing
# Install SSL Test packages
RUN dnf install -y gnutls gnutls-utils nss nss-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN chown -R jenkins /home/jenkins/.ssh
RUN chmod -R og-rwx /home/jenkins/.ssh
# RUN service ssh start
CMD ["/usr/sbin/sshd","-D"]
RUN dnf install -y git make gcc xorg-x11-server-Xvfb libXrender libXi libXtst fontconfig fakeroot procps-ng hostname diffutils
RUN dnf install -y git make gcc xorg-x11-server-Xvfb libXrender libXi libXtst fontconfig fakeroot procps-ng hostname diffutils shared-mime-info
RUN dnf install -y coreutils --allowerasing curl
# Install SSL Test packages
RUN dnf install -y gnutls gnutls-utils nss nss-tools
Expand Down

0 comments on commit e9cd338

Please sign in to comment.