From f6013f8c6127aabb88208d985b7eda3f47555e24 Mon Sep 17 00:00:00 2001 From: juewuy Date: Wed, 17 Dec 2025 20:53:26 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BA=A4=E5=8F=89=E7=BC=96=E8=AF=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 736a2eb1..a418c667 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ COPY ShellCrash.tar.gz /tmp/ShellCrash.tar.gz RUN set -eux; \ mkdir -p /tmp/SC_tmp; \ tar -zxf /tmp/ShellCrash.tar.gz -C /tmp/SC_tmp; \ + export systype=container; \ + export CRASHDIR=/etc/ShellCrash; \ /bin/sh /tmp/SC_tmp/init.sh #获取内核及s6文件