mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-31 18:17:00 +00:00
f6d8c2ffbd
Signed-off-by: Alexey Neyman <stilor@att.net>
5 lines
211 B
Docker
5 lines
211 B
Docker
FROM gentoo/stage3-amd64-hardened
|
|
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
|
RUN chmod +x /sbin/dumb-init
|
|
ENTRYPOINT [ "/sbin/dumb-init", "--" ]
|