Skip to content

Commit 7d92998

Browse files
authored
Rewriting ini for memcached is not necessary anymore (#25)
because msgpack package got fixed at https://gitlab.alpinelinux.org/alpine/aports/-/commit/4226a7e8cf3669d0444b06ed980c9419356e8f1b we don't need to change priority of msgpack anymore
1 parent f927df3 commit 7d92998

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ RUN ln -s php82 php \
116116
&& ln -s phar.phar82 phar.phar \
117117
&& ln -s phar82 phar
118118

119-
# we need this, because memcached expects msgpack to be loaded before memcached
120-
RUN mv /etc/php82/conf.d/20_memcached.ini /etc/php82/conf.d/60_memcached.ini
121-
122119
# add php.ini containing environment variables
123120
COPY files/php.ini /etc/${PHP_PACKAGE_BASENAME}/php.ini
124121

0 commit comments

Comments
 (0)