Skip to content

Commit

Permalink
Fix path of boot
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-elico committed Aug 30, 2017
1 parent 2fd5059 commit 147c69d
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 147c69d

Please sign in to comment.