Skip to content

Commit

Permalink
add png jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jun 1, 2024
1 parent 2aa0702 commit 0974d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyvips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG OUTPUT_DIR
WORKDIR /
RUN select_python ${PYTHON_VERSION}
RUN pip3 install meson
RUN yum -y install glib2-devel expat-devel
RUN yum -y install glib2-devel expat-devel libjpeg-devel libpng-devel
RUN mkdir -p /tmp/vendor
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 0974d0e

Please sign in to comment.