mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-27 16:18:52 +00:00
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", "--" ]
|