feat:
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2024-01-28 09:20:21 +08:00
parent b1ca77a046
commit 3d60320ccf
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ RUN echo "安装基础工具与配置文件" && \
echo ${PROXY} && \
export http_proxy=${PROXY} && \
export https_proxy=${PROXY} && \
# 设置shell
echo -e "set meta-flag on \nset convert-meta off \nset input-meta on \nset output-meta on" > /root/.inputrc && \
apt-get update && \
# 时区
apt-get install -y tzdata && \