clean_dokken_sandbox: true
verifier:
+ name: inspec
root_path: /opt/verifier
sudo: false
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update -y
+ - RUN /usr/bin/apt-get install -y eatmydata
+ - RUN echo libeatmydata.so >>/etc/ld.so.preload
- name: ubuntu-22.04
driver:
image: dokken/ubuntu-22.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update -y
+ - RUN /usr/bin/apt-get install -y eatmydata
+ - RUN echo libeatmydata.so >>/etc/ld.so.preload
- name: debian-12
driver:
image: dokken/debian-12
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update -y
+ - RUN /usr/bin/apt-get install -y eatmydata
+ - RUN echo libeatmydata.so >>/etc/ld.so.preload
suites:
- name: accounts
- name: civicrm
run_list:
- recipe[civicrm::default]
- - name: civicrm-staging
- run_list:
- - recipe[civicrm-staging::default]
- name: clamav
run_list:
- recipe[clamav::default]