memcached-tool
high-performance memory object caching system
RUN apt-get update && \
apt-get install -y memcached
RUN apt-get update && \
apt-get install -y memcached
RUN apk add memcached
RUN pacman -S --noconfirm memcached
RUN apt-get update && \
apt-get install -y memcached
RUN yum install -y memcached
RUN dnf install -y memcached
RUN apt-get update && \
apt-get install -y memcached