Browse Source

Update

tags/v0.0.28
Peter Vivell 6 years ago
parent
commit
d58a8225bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

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"]

Loading…
Cancel
Save