Skip to content

Commit

Permalink
Add python3 package that is needed for cgroup-limits file.
Browse files Browse the repository at this point in the history
There are these dependences:

```
dnf install python3 -y
Package                                                                        Arch              Version                                                                        Repository                                        Size
Installing:
 python3                                                                       aarch64           3.13.0~rc1-2.fc41                                                              fedora                                       211.8 KiB
Installing dependencies:
 expat                                                                         aarch64           2.6.2-2.fc41                                                                   fedora                                       536.9 KiB
 libb2                                                                         aarch64           0.98.1-12.fc41                                                                 fedora                                       202.2 KiB
 mpdecimal                                                                     aarch64           2.5.1-16.fc41                                                                  fedora                                       328.9 KiB
 python-pip-wheel                                                              noarch            24.2-1.fc41                                                                    fedora                                         1.2 MiB
 python3-libs                                                                  aarch64           3.13.0~rc1-2.fc41                                                              fedora                                        49.7 MiB
Installing weak dependencies:
 python-unversioned-command                                                    noarch            3.13.0~rc1-2.fc41                                                              fedora                                        23.0   B

```

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 20, 2024
1 parent 0b7ff92 commit 15b47c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Dockerfile.f41
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
gettext \
glibc-langpack-en \
groff-base \
python3 \
rsync \
tar \
unzip" && \
Expand Down

0 comments on commit 15b47c2

Please sign in to comment.