Skip to content

Commit

Permalink
Merge pull request #92 from seb-elico/9.0.1.0-boot-process
Browse files Browse the repository at this point in the history
[MRG][9.0.1.0] Port #90
  • Loading branch information
seb-elico authored Aug 30, 2017
2 parents 0f5328c + 9c11ee8 commit 200679c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ RUN from=$( awk '/^## Usage/{ print NR; exit }' /usr/share/man/man.txt ) && \
# Use dumb-init as init system to launch the boot script
ADD https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb /opt/sources/dumb-init.deb
RUN dpkg -i /opt/sources/dumb-init.deb
ADD boot /usr/bin/boot
RUN chmod +x /usr/bin/boot
ADD bin/boot /usr/bin/boot
ENTRYPOINT [ "/usr/bin/dumb-init", "/usr/bin/boot" ]
CMD [ "help" ]

Expand Down

0 comments on commit 200679c

Please sign in to comment.