Skip to content

Commit

Permalink
Remove unneeded build package (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 authored Aug 8, 2024
1 parent b4f0401 commit eb3f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN curl -fL -o optipng.tar.gz "https://sourceforge.net/projects/optipng/files/O
RUN curl -fL -o libwebp.tar.gz "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-${WEBP}.tar.gz"; \
tar xvzf libwebp.tar.gz; ls -l; cd libwebp-${WEBP}/ && ./configure && make && make install

RUN apk del .build-deps libtool $PHPIZE_DEPS
RUN apk del .build-deps libtool automake $PHPIZE_DEPS

RUN echo "opcache.jit_buffer_size=500000000" >> /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini

Expand Down

0 comments on commit eb3f17b

Please sign in to comment.