Merge pull request 'Update for prod' (#1) from update-prod into trunk
Reviewed-on: #1
This commit is contained in:
commit
dd4b67e2da
@ -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" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user