chc (sha256:2c345ff8bdcce3400cd9fd5ef89d81434bbf9c58fb08f8397c9a77ce1800d0de)
Published 2024-11-17 20:17:00 +00:00 by whp-cicd-user
Installation
docker pull repo.anhonesthost.net/cloud-hosting-platform/chc@sha256:2c345ff8bdcce3400cd9fd5ef89d81434bbf9c58fb08f8397c9a77ce1800d0de
sha256:2c345ff8bdcce3400cd9fd5ef89d81434bbf9c58fb08f8397c9a77ce1800d0de
Image Layers
COPY / / # buildkit |
ENV LANG=C.utf8 |
CMD ["/bin/bash"] |
RUN /bin/sh -c dnf update -y && dnf upgrade -y # buildkit |
RUN /bin/sh -c dnf -y install autoconf automake libtool wget gcc-toolset-13-gcc-c++ gcc-c++ haproxy epel-release mariadb-server cronie && dnf -y install certbot # buildkit |
RUN /bin/sh -c wget -c https://github.com/inotify-tools/inotify-tools/archive/refs/tags/4.23.9.0.tar.gz # buildkit |
RUN /bin/sh -c tar -zvxf 4.23.9.0.tar.gz -C /usr/local/src/ # buildkit |
RUN /bin/sh -c cd /usr/local/src/inotify-tools-4.23.9.0/; ./autogen.sh && ./configure --prefix=/usr/local/inotify-tools && make && make install # buildkit |
RUN /bin/sh -c rm -rf /usr/local/src/*; rm -f /4.23.9.0.tar.gz # buildkit |
RUN /bin/sh -c yum remove -y autoconf automake # buildkit |
RUN /bin/sh -c yum clean all # buildkit |
RUN /bin/sh -c mkdir /templates # buildkit |
RUN /bin/sh -c mkdir /ssl # buildkit |
RUN /bin/sh -c mkdir /scripts # buildkit |
COPY /scripts/* /scripts/ # buildkit |
RUN /bin/sh -c chmod +x /scripts/* # buildkit |
COPY ./confs/* /templates/ # buildkit |
COPY ./scripts/entrypoint.sh / # buildkit |
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
ENTRYPOINT ["/entrypoint.sh"] |