Skip to content

Commit

Permalink
builder/linux: add auditwheel and tomli
Browse files Browse the repository at this point in the history
Needed for Python wheel support.  auditwheel is Linux-specific, and tomli
is already included in the Windows builder container.  Neither is
available via dnf.  (tomli is, but not for Python 3.8.)

For: #160
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Nov 15, 2023
1 parent fdfc5c9 commit 6c6b8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN dnf -y upgrade && \
dnf -y install gcc-c++ git-core java-1.8.0-openjdk-devel nasm ninja-build \
patchelf python3.8 unzip && \
dnf clean all
RUN pip3 install meson
RUN pip3 install auditwheel meson tomli

0 comments on commit 6c6b8bd

Please sign in to comment.