Compare commits
No commits in common. "dd4b67e2da8ad7e265556412ce9f493e1581d028" and "bb0b6808f33ad0a127ca3191d5110d63ca6c9ae8" have entirely different histories.
dd4b67e2da
...
bb0b6808f3
@ -1,9 +1,9 @@
|
||||
FROM almalinux/9-base
|
||||
FROM almalinux/8-base:latest
|
||||
RUN dnf update -y && dnf upgrade -y
|
||||
RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -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 procps-ng
|
||||
RUN yum clean all
|
||||
COPY ./scripts/entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
Loading…
Reference in New Issue
Block a user