Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix-updating-nexus-user-password
Browse files Browse the repository at this point in the history
jlundqvist-criteo committed Jun 25, 2024
2 parents ae9a784 + e4df09a commit 74a0a83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .kitchen.docker.yml
Original file line number Diff line number Diff line change
@@ -20,8 +20,10 @@ platforms:
driver:
image: dokken/centos-stream-8
intermediate_instructions:
- RUN yum clean all
- RUN yum -y install net-tools lsof
- RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
- RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
- RUN dnf clean all
- RUN dnf -y install net-tools lsof
pid_one_command: /usr/lib/systemd/systemd

- name: fedora-39

0 comments on commit 74a0a83

Please sign in to comment.