Browse Source

Update

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

+ 2
- 2
Dockerfile View File

2
 MAINTAINER Drone CI/CD
2
 MAINTAINER Drone CI/CD
3
 
3
 
4
 ARG HTTP_PROXY
4
 ARG HTTP_PROXY
5
-RUN echo $'\n\
6
-      Acquire::http  { Proxy "'${HTTP_PROXY}$'"; } \n\
5
+RUN echo '\
6
+      Acquire::http  { Proxy "'${HTTP_PROXY}'"; } \n\
7
       Acquire::https { Proxy "https://"; }; \n\
7
       Acquire::https { Proxy "https://"; }; \n\
8
 '   >> /etc/apt/apt.conf.d/01-proxy
8
 '   >> /etc/apt/apt.conf.d/01-proxy
9
 
9
 

Loading…
Cancel
Save