Skip to content

Commit

Permalink
[TASK] Add igbinary package to php81 image because its needed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrehling committed Aug 22, 2023
1 parent 3689140 commit 72bf387
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ RUN apt-get install -y ruby clang gcc make ruby-dev libffi-dev

RUN gem install compass --no-document

# install php igbinary extension via PECL
#RUN pecl install igbinary && docker-php-ext-enable igbinary
RUN apt-get install -y --no-install-recommends \
php8.1-igbinary

RUN apt-get -y purge clang gcc make ruby-dev libffi-dev \
&& apt-get --purge -y autoremove \
&& apt-get autoclean \
Expand Down

0 comments on commit 72bf387

Please sign in to comment.