Skip to content

Commit

Permalink
Attempt to build appsre
Browse files Browse the repository at this point in the history
Issue: AAH-1181
env:LOCK_REQUIREMENTS=0
env:PULP_ANSIBLE_REVISION=main
  • Loading branch information
rochacbruno committed Jan 31, 2022
1 parent f2b5629 commit 9996656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9996656

Please sign in to comment.