Skip to content

Commit

Permalink
DLPX-93232 Install fakeroot and awscli on buildservers required by li…
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Jan 29, 2025
1 parent 51591c9 commit 1c61df2
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,20 @@
- openjdk-8-jdk-headless
- curl
- docker.io
- fakeroot
- git
- gnupg
- python3-pip
state: present

# awscli is distributed via pip or snap on 24.04. While the package is not required by the product,
# it is required by appliance-build itself.
- name: Install awscli python package
ansible.builtin.pip:
name: awscli
break_system_packages: true
become: true

- name: Add delphix user to docker group required by the virtualization package
ansible.builtin.user:
name: delphix
Expand Down

0 comments on commit 1c61df2

Please sign in to comment.