adding procps to default and fixing spelling error

This commit is contained in:
2023-04-11 11:28:32 -07:00
parent c981bb6a33
commit bb0b6808f3
2 changed files with 2 additions and 2 deletions

View File

@@ -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