mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
~交叉编译修复
This commit is contained in:
@@ -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文件
|
||||
|
||||
Reference in New Issue
Block a user