Skip to content

Commit

Permalink
Remove memprof from dockerfile (#1739) (#1740)
Browse files Browse the repository at this point in the history
The module 'php8-pecl-memprof' has changed to 'php81-pecl-memprof'. It is a memory profiler for PHP, used to identify memory leaks in PHP scripts. The renaming caused a failure in the Docker image build process.
For more info on this module, see: #1452
  • Loading branch information
phalene-bytes authored Feb 8, 2024
1 parent fecda72 commit c55aba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ RUN set -xe \
libxslt \
libmemcached-libs \
libzip \
&& apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted \
php8-pecl-memprof \
&& apk del .phpext-builddeps \
&& pecl clear-cache \
&& apk add --no-cache --virtual .atom-deps \
Expand Down

0 comments on commit c55aba4

Please sign in to comment.