Skip to content

Commit

Permalink
Add python3-setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 25, 2024
1 parent c78fadf commit 836beed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ LABEL \
RUN dnf -y install \
git \
python3-pip \
python3-setuptools \
krb5-devel \
&& dnf -y clean all

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.sync-page
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ LABEL \
RUN dnf -y install \
git \
python3-pip \
python3-setuptools \
krb5-devel \
&& dnf -y clean all

Expand Down
1 change: 1 addition & 0 deletions rpms.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ contentOrigin:
packages:
- git
- python3-pip
- python3-setuptools
- krb5-devel

0 comments on commit 836beed

Please sign in to comment.