Adding First commit to CMC
This commit is contained in:
commit
d654125492
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,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 yum clean all
|
||||||
|
ENTRYPOINT [ " /usr/bin/memcached -u memcached -l 0.0.0.0" ]
|
Loading…
Reference in New Issue
Block a user