修正grep警告
This commit is contained in:
@@ -9,9 +9,11 @@ ENV PYTHONUNBUFFERED=1 \
|
||||
# 设置时区
|
||||
TZ=Asia/Shanghai \
|
||||
# 设置pip镜像地址,加快安装速度
|
||||
PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple \
|
||||
# 消除警告
|
||||
GREP_OPTIONS=""
|
||||
|
||||
# 安装openssh-server和apt-transport-https
|
||||
# 安装language-pack-en和openssh-server
|
||||
RUN apt update && \
|
||||
apt install -y language-pack-en && \
|
||||
apt install -y openssh-server
|
||||
|
||||
Reference in New Issue
Block a user