Browse Source

update Dockerfile

tags/v0.0.28
Peter Vivell 6 years ago
parent
commit
42abeb72bd
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      Dockerfile

+ 1
- 4
Dockerfile View File

1
 FROM debian:stable-slim
1
 FROM debian:stable-slim
2
 MAINTAINER Drone CI/CD
2
 MAINTAINER Drone CI/CD
3
 
3
 
4
-
5
 RUN echo $'\n\
4
 RUN echo $'\n\
6
       Acquire::http  { Proxy "'$HTTP_PROXY$'"; } \n\
5
       Acquire::http  { Proxy "'$HTTP_PROXY$'"; } \n\
7
       Acquire::https { Proxy "https://"; }; \n\
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
 RUN apt-get update && \
9
 RUN apt-get update && \
13
     apt-get --yes upgrade && \
10
     apt-get --yes upgrade && \

Loading…
Cancel
Save