浏览代码

attempt to fix #1282

tags/v2.4.0-rc1
Shivaram Lingamneni 3 年前
父节点
当前提交
abfbb5b15b
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      Dockerfile

+ 0
- 3
Dockerfile 查看文件

@@ -13,9 +13,6 @@ ADD . /go/src/github.com/oragono/oragono/
13 13
 run sed -i 's/^\(\s*\)\"127.0.0.1:6667\":.*$/\1":6667":/' /go/src/github.com/oragono/oragono/default.yaml
14 14
 run sed -i 's/^\s*\"\[::1\]:6667\":.*$//' /go/src/github.com/oragono/oragono/default.yaml
15 15
 
16
-# make sure submodules are up-to-date
17
-RUN git submodule update --init
18
-
19 16
 # compile
20 17
 RUN make
21 18
 

正在加载...
取消
保存