Skip to content

Instantly share code, notes, and snippets.

@meysam81
Created February 6, 2024 07:08
Show Gist options
  • Save meysam81/6d23e831bb088e68fc787e5ae5a1d596 to your computer and use it in GitHub Desktop.
Save meysam81/6d23e831bb088e68fc787e5ae5a1d596 to your computer and use it in GitHub Desktop.
RUN curl -sSfLo dumb-init \
"https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64" && \
chmod +x dumb-init && \
mv dumb-init /usr/local/bin/dumb-init
ENTRYPOINT [“/usr/local/bin/dumb-init”, “--”]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment