fix: Removed python3-wheel package
Some checks failed
CI / build (push) Successful in 17s
CI / release (release) Failing after 1m1s

This commit is contained in:
2025-02-15 07:14:02 +13:00
parent 44fbbaa311
commit ad6e5acbf2

View File

@@ -4,7 +4,6 @@ ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
RUN dnf update -y \
&& dnf install -y which \
python3-pip \
python3-wheel \
postgresql \
libpq \
mariadb-connector-c