Explorar el Código

attempt to fix #1282

tags/v2.4.0-rc1
Shivaram Lingamneni hace 3 años
padre
commit
abfbb5b15b
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      Dockerfile

+ 0
- 3
Dockerfile Ver fichero

@@ -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
 

Loading…
Cancelar
Guardar