Skip to content

Commit

Permalink
Revert memcached PECL change
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 7, 2025
1 parent ccdd698 commit 143f3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 8/8.2/Dockerfile.nunit
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install
&& rm -r /var/lib/apt/lists/* \
&& pecl install redis \
&& pecl install apcu \
&& pecl install memcached-3.2.0 \
&& pecl install memcached \
&& pecl install timezonedb \
&& pecl install yaml \
&& pecl install rdkafka \
Expand Down
2 changes: 1 addition & 1 deletion 8/8.3/Dockerfile.nunit
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install
&& rm -r /var/lib/apt/lists/* \
&& pecl install redis \
&& pecl install apcu \
&& pecl install memcached-3.2.0 \
&& pecl install memcached \
&& pecl install timezonedb \
&& pecl install yaml \
&& pecl install rdkafka \
Expand Down

0 comments on commit 143f3bf

Please sign in to comment.