Skip to content

Commit

Permalink
added python3-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Sep 11, 2023
1 parent 203a769 commit 2e099f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.fedora37
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN dnf install -y \
dnf-plugins-core \
python3-devel \
python3-rpm-macros \
python3-poetry \
python3-setuptools_scm+toml \
python3-wheel \
&& dnf clean all \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.fedora38
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN dnf install -y \
python3-devel \
python3-rpm-macros \
python3-setuptools_scm+toml \
python3-poetry \
python3-wheel \
&& dnf clean all \
&& rm -rf /var/cache/dnf
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.fedora39
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN dnf5 install -y \
python3-devel \
python3-rpm-macros \
python3-setuptools_scm+toml \
python3-poetry \
python3-wheel \
&& dnf clean all \
&& rm -rf /var/cache/dnf
Expand Down

0 comments on commit 2e099f0

Please sign in to comment.