Merge pull request 'Update for prod' (#1) from update-prod into trunk

Reviewed-on: #1
This commit is contained in:
jknapp 2024-08-13 01:24:29 +00:00
commit dd4b67e2da

View File

@ -1,9 +1,9 @@
FROM almalinux/8-base:latest FROM almalinux/9-base
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-9.noarch.rpm -y
RUN dnf update -y && dnf upgrade -y RUN dnf update -y && dnf upgrade -y
RUN dnf install -y memcached procps-ng 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
ENTRYPOINT [ "/entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]