attempted to reduce the error message for redis, but known issue with redis container. Reduced sleep time

This commit is contained in:
2023-04-11 10:45:12 -07:00
parent 902f7fb5e1
commit 6f0d6b65cb
3 changed files with 3 additions and 33 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 redis
RUN dnf install -y redis procps-ng
RUN yum clean all
RUN rm /etc/redis.conf
COPY ./configs/redis.conf /etc/redis.conf