ソースを参照

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

読み込み中…
キャンセル
保存