Skip to content

Commit

Permalink
Get memcached with the correct php version
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Mar 26, 2024
1 parent 8145c94 commit b9e5dad
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 @@ -58,7 +58,7 @@ RUN apt-get update && \
php${PHP_VERSION}-intl \
php${PHP_VERSION}-imap \
php${PHP_VERSION}-imagick \
php-memcached && \
php${PHP_VERSION}-memcached && \
# install Node
curl -sL https://deb.nodesource.com/setup_${NODE_VERSION}.x -o nodesource_setup.sh && bash nodesource_setup.sh && \
apt-get install nodejs -y && \
Expand Down

0 comments on commit b9e5dad

Please sign in to comment.