From bb0b6808f33ad0a127ca3191d5110d63ca6c9ae8 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Tue, 11 Apr 2023 11:28:32 -0700 Subject: [PATCH] adding procps to default and fixing spelling error --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 468b9ec..81ceaa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM almalinux/8-base:latest RUN dnf update -y && dnf upgrade -y RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y RUN dnf update -y && dnf upgrade -y -RUN dnf install -y memcached +RUN dnf install -y memcached procps-ng RUN yum clean all COPY ./scripts/entrypoint.sh / RUN chmod +x /entrypoint.sh diff --git a/README.md b/README.md index 7cbaa2c..583af5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cloud Memcached Constainer # +# Cloud Memcached Container # Container with a default install of Memcached for use with Cloud Apache Container. Should be used in conjunction With a service mesh to present to CAC containers running locally on 11211. \ No newline at end of file