Skip to content

Commit

Permalink
Change the setup.py command on Mattia's suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Saleh <asaleh@redhat.com>
  • Loading branch information
AdamSaleh committed Sep 6, 2021
1 parent 9947658 commit 0b0d353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions devel/ci/Dockerfile-f34
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN dnf install -y \
python3-sqlalchemy_schemadisplay \
python3-waitress \
python3-webtest \
python3-wheel \
python3-whitenoise \
python3-yaml &&\
pip-3 install graphene graphene-sqlalchemy WebOb-GraphQL koji
Expand Down
2 changes: 1 addition & 1 deletion devel/ci/integration/bodhi/Dockerfile-f34
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN dnf install -y \
RUN groupadd -r bodhi && \
useradd -r -s /sbin/nologin -d /home/bodhi/ -m -c 'Bodhi Server' -g bodhi bodhi
# Install it
RUN python3 setup.py build && pip3 install --no-use-pep517 . && pip3 install koji
RUN python3 setup.py bdist_wheel && pip3 install ./dist/*.whl && pip3 install koji

# Configuration
RUN mkdir -p /etc/bodhi
Expand Down

0 comments on commit 0b0d353

Please sign in to comment.