Ver código fonte

Update

tags/v0.0.28
Peter Vivell 7 anos atrás
pai
commit
d58a8225bb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver arquivo

15
     apt-get --yes upgrade && \
15
     apt-get --yes upgrade && \
16
     apt-get --yes install ${BUILDDEPS}
16
     apt-get --yes install ${BUILDDEPS}
17
 
17
 
18
-CMD [ "/bin/bash", "-c", "#(noop)" ] 
18
+ENTRYPOINT ["/bin/bash", "-c"]

Carregando…
Cancelar
Salvar