瀏覽代碼

更新 'Dockerfile'

lisha 1 年之前
父節點
當前提交
cb00cb772e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -6,8 +6,6 @@ WORKDIR ./wrapper-compute-engine
 
 
 ADD . .
-RUN apt-get update && apt-get install -y --no-install-recommends tzdata && rm -rf /var/lib/apt/lists/*
-RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime	&& echo 'Asia/Shanghai' > /etc/timezone
 
 WORKDIR bin