Skip to content

Commit

Permalink
add glib2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jun 1, 2024
1 parent 76635e1 commit 5b8b557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pyvips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG OUTPUT_DIR

RUN select_python ${PYTHON_VERSION}
RUN pip3 install meson
RUN yum -y install glib2-devel
RUN mkdir /vips
RUN wget -q https://github.com/libvips/libvips/releases/download/v8.15.2/vips-8.15.2.tar.xz && \
tar xf vips-*.tar.xz && \
Expand Down

0 comments on commit 5b8b557

Please sign in to comment.