Skip to content

Commit 61b1fe3

Browse files
authored
Update installation process for apache-atlas
* Move `apache-atlas` to a separate invocation of `pip` to avoid installation issues with the main body of dependencies. (#31) Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent 443f976 commit 61b1fe3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
2121
&& dnf install -y python38-devel git curl which bash gcc terraform nano \
2222
&& rm -rf /var/cache/dnf \
2323
&& pip install -r /runner/deps/python_base.txt \
24+
&& pip install -r /runner/deps/python_secondary.txt \
2425
&& ansible-galaxy role install -p /opt/cldr-runner/roles -r /runner/deps/ansible.yml \
2526
&& ansible-galaxy collection install -p /opt/cldr-runner/collections -r /runner/deps/ansible.yml \
2627
&& mkdir -p /home/runner/.ansible/log \

payload/deps/python_base.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ openstacksdk
1919
openshift
2020

2121
# CDP Runtime
22-
apache-atlas
2322
apache-ranger
2423

2524
## Append your additional Python requirements here

payload/deps/python_secondary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Packages that are less well behaved and should be installed secondarily
2+
apache-atlas

0 commit comments

Comments
 (0)