File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,9 @@ RUN set -eux \
3434 && export DOTFILES_CAN_SUDO=1 \
3535 && sh -c "$(curl kibazen.cn/dotfiles.sh)" \
3636 && echo exit 0 | script -qec zsh \
37- && rm -fr -- typescript ~/.zsh_history ~/.cache/chezmoi
38-
39- RUN set -eux \
40- && export DEBIAN_FRONTEND=noninteractive \
41- && find ~/.local/bin -type f ! -name 'upx' ! -name 'rfv' -exec ~/.local/bin/upx --best --lzma -q {} + || true
42-
43- RUN set -eux \
44- && export DEBIAN_FRONTEND=noninteractive \
45- && sudo apt -y autoremove --purge
46-
47- RUN set -eux \
48- && export DEBIAN_FRONTEND=noninteractive \
37+ && rm -fr -- typescript ~/.zsh_history ~/.cache/chezmoi \
38+ && find ~/.local/bin -type f ! -name 'upx' ! -name 'rfv' -exec ~/.local/bin/upx --best --lzma -q {} + || true \
39+ && sudo apt -y autoremove --purge \
4940 && sudo rm -fr -- /var/lib/apt/lists/* /tmp/*
5041
5142CMD [ "/usr/bin/zsh" ]
You can’t perform that action at this time.
0 commit comments