This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user