mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
取消生成 core 文件
This commit is contained in:
parent
f07093d29f
commit
b39036f8f8
|
@ -53,7 +53,8 @@ RUN set -x \
|
|||
&& rm -rf /root/.pnpm-store \
|
||||
&& rm -rf /root/.local/share/pnpm/store \
|
||||
&& rm -rf /root/.cache \
|
||||
&& rm -rf /root/.npm
|
||||
&& rm -rf /root/.npm \
|
||||
&& ulimit -c 0
|
||||
|
||||
ARG SOURCE_COMMIT
|
||||
RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \
|
||||
|
|
|
@ -57,7 +57,8 @@ RUN set -x \
|
|||
&& rm -rf /root/.pnpm-store \
|
||||
&& rm -rf /root/.local/share/pnpm/store \
|
||||
&& rm -rf /root/.cache \
|
||||
&& rm -rf /root/.npm
|
||||
&& rm -rf /root/.npm \
|
||||
&& ulimit -c 0
|
||||
|
||||
ARG SOURCE_COMMIT
|
||||
RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user