Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: Install shared-mime-info on Centos UBI RHEL and Fedora #3661

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading