ソースを参照

Update Dockerfile

tags/v0.0.33^0
Peter Vivell 6年前
コミット
2028ca9126
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile ファイルの表示

@@ -1,7 +1,7 @@
1 1
 FROM debian:stable-slim
2 2
 
3 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 6
 ARG BUILDDEPS
7 7
 RUN apt-get update && \

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