Skip to content

Commit

Permalink
add auditwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 20, 2023
1 parent 723948f commit 0039a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/opencv_python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apt update && apt -y install python3 python3-pip && \
libshine3 libtwolame0 libgdk-pixbuf2.0-0 libpangocairo-1.0-0 libgsm1 libcroco3 \
libvorbisfile3 libatlas3-base libopus0 libswscale5 libwebp6 libxi6 \
libpangoft2-1.0-0 libopenjp2-7 libvorbis0a
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade pip && \
pip3 install auditwheel

COPY . /repo

Expand Down

0 comments on commit 0039a32

Please sign in to comment.