fix: startup shell call

This commit is contained in:
engigu
2026-03-16 11:55:14 +08:00
parent 6e5af20d93
commit 7298ba511a
3 changed files with 16 additions and 7 deletions
+1
View File
@@ -14,5 +14,6 @@ RUN sed -i 's@deb.debian.org@mirrors.tuna.tsinghua.edu.cn@g' /etc/apt/sources.li
&& apt-get install -y --no-install-recommends \
tzdata git curl wget vim htop ca-certificates rsync \
&& curl https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise sh \
&& mkdir -p /opt/mise-base \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /root/.cache/mise /opt/mise-base/cache/*