Просмотр исходного кода

Update Dockerfile

tags/v0.0.33^0
Peter Vivell 7 лет назад
Родитель
Сommit
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 && \

Загрузка…
Отмена
Сохранить