Browse Source

Update

tags/v0.0.38^0
Peter Vivell 6 years ago
parent
commit
8b29875249
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Dockerfile

+ 3
- 2
Dockerfile View File

1
 FROM debian:stable-slim
1
 FROM debian:stable-slim
2
 
2
 
3
-RUN echo 'export http_proxy=http://$(ip route list exact 0.0.0.0/0 | head -1 | cut -d" " -f3):3142/' >> /etc/profile
3
+ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
4
+ENV HOME /
4
 
5
 
5
 ARG BUILDDEPS
6
 ARG BUILDDEPS
6
 RUN \
7
 RUN \
14
         git \
15
         git \
15
         ${BUILDDEPS}
16
         ${BUILDDEPS}
16
 
17
 
17
-CMD ["bash", "-c", "pwd; echo $PATH"]
18
+CMD ["bash"]

Loading…
Cancel
Save