Skip to content

Commit

Permalink
Merge pull request #90 from seb-elico/7.0.1.0-boot-process
Browse files Browse the repository at this point in the history
[FIX][7.0.1.0] Fix path of boot
  • Loading branch information
seb-elico authored Aug 30, 2017
2 parents 0cb2945 + 147c69d commit 6995d09
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 @@ -121,8 +121,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 6995d09

Please sign in to comment.