From 99966568ae89f20402cf792ec8648324c9c86b1f Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Mon, 31 Jan 2022 18:36:03 +0000 Subject: [PATCH] Attempt to build appsre Issue: AAH-1181 env:LOCK_REQUIREMENTS=0 env:PULP_ANSIBLE_REVISION=main --- Dockerfile.rhel8 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index 047ce233f6..adbf09179e 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -33,6 +33,7 @@ COPY . /app RUN set -ex; \ pip install --no-deps --editable /app && \ + pip install https://github.com/pulp/pulp_ansible/archive/main.zip && \ PULP_CONTENT_ORIGIN=x django-admin collectstatic && \ install -dm 0775 -o galaxy /var/lib/pulp/artifact \ /var/lib/pulp/tmp \