This commit is contained in:
goldsquid
2025-09-16 16:58:45 +07:00
parent b7679d6297
commit 62c944d197

View File

@@ -4,7 +4,7 @@ FROM rockylinux:9
COPY ./scripts/init.sh /usr/local/bin/init.sh COPY ./scripts/init.sh /usr/local/bin/init.sh
RUN chmod +x /usr/local/bin/init.sh RUN chmod +x /usr/local/bin/init.sh
RUN yum install -y curl tar gzip && yum clean all #RUN yum install -y curl tar gzip && yum clean all
ARG OG_VERSION ARG OG_VERSION
ARG OG_CHAIN_SPEC ARG OG_CHAIN_SPEC