Przeglądaj źródła

Update Dockerfile

tags/v0.0.33^0
Peter Vivell 7 lat temu
rodzic
commit
2028ca9126
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Wyświetl plik

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 && \

Ładowanie…
Anuluj
Zapisz