Skip to content

Commit

Permalink
Disable unnecessary extras
Browse files Browse the repository at this point in the history
Per John Cupitt, these are not necessary

#41 (comment)
  • Loading branch information
brandoncc committed Sep 4, 2023
1 parent bf75aa5 commit 3af8c48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified build/heroku-20.tar.gz
Binary file not shown.
Binary file modified build/heroku-22.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ARG HEIF_URL=https://github.com/strukturag/libheif/releases/download
RUN wget ${HEIF_URL}/v${HEIF_VERSION}/libheif-${HEIF_VERSION}.tar.gz \
&& tar xf libheif-${HEIF_VERSION}.tar.gz \
&& cd libheif-${HEIF_VERSION} \
&& ./configure --prefix=$PREFIX \
&& ./configure --prefix=$PREFIX --disable-examples --disable-go --disable-gdk-pixbuf \
&& make V=0 \
&& make install

Expand Down

0 comments on commit 3af8c48

Please sign in to comment.