浏览代码

update Dockerfile

tags/v0.0.28
Peter Vivell 6 年前
父节点
当前提交
42abeb72bd
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1
    4
      Dockerfile

+ 1
- 4
Dockerfile 查看文件

@@ -1,13 +1,10 @@
1 1
 FROM debian:stable-slim
2 2
 MAINTAINER Drone CI/CD
3 3
 
4
-
5 4
 RUN echo $'\n\
6 5
       Acquire::http  { Proxy "'$HTTP_PROXY$'"; } \n\
7 6
       Acquire::https { Proxy "https://"; }; \n\
8
-    >> /etc/apt/apt.conf.d/01-proxy
9
-
10
-
7
+'   >> /etc/apt/apt.conf.d/01-proxy
11 8
 
12 9
 RUN apt-get update && \
13 10
     apt-get --yes upgrade && \

正在加载...
取消
保存