Преглед изворни кода

Update Dockerfile

tags/v0.0.33^0
Peter Vivell пре 7 година
родитељ
комит
2028ca9126
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Прегледај датотеку

1
 FROM debian:stable-slim
1
 FROM debian:stable-slim
2
 
2
 
3
 RUN echo 'export http_proxy=$(ip route list exact 0.0.0.0/0 | head -1 | cut -d" " -f3):3142' >> /etc/profile ; \
3
 RUN echo 'export http_proxy=$(ip route list exact 0.0.0.0/0 | head -1 | cut -d" " -f3):3142' >> /etc/profile ; \
4
-    source /etc/profile
4
+    . /etc/profile
5
 
5
 
6
 ARG BUILDDEPS
6
 ARG BUILDDEPS
7
 RUN apt-get update && \
7
 RUN apt-get update && \

Loading…
Откажи
Сачувај