adding procps to default and fixing spelling error
This commit is contained in:
		@@ -2,7 +2,7 @@ FROM almalinux/8-base:latest
 | 
				
			|||||||
RUN dnf update -y && dnf upgrade -y
 | 
					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 install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y
 | 
				
			||||||
RUN dnf update -y && dnf upgrade -y
 | 
					RUN dnf update -y && dnf upgrade -y
 | 
				
			||||||
RUN dnf install -y memcached
 | 
					RUN dnf install -y memcached procps-ng
 | 
				
			||||||
RUN yum clean all
 | 
					RUN yum clean all
 | 
				
			||||||
COPY ./scripts/entrypoint.sh /
 | 
					COPY ./scripts/entrypoint.sh /
 | 
				
			||||||
RUN chmod +x /entrypoint.sh
 | 
					RUN chmod +x /entrypoint.sh
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Cloud Memcached Constainer #  
 | 
					# Cloud Memcached Container #  
 | 
				
			||||||
Container with a default install of Memcached for use with Cloud Apache 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.
 | 
					Should be used in conjunction With a service mesh to present to CAC containers running locally on 11211.
 | 
				
			||||||
		Reference in New Issue
	
	Block a user