crosstool-ng/testing/docker/gentoo-amd64/Dockerfile
Alexey Neyman f6d8c2ffbd Add docker testing for Gentoo
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-29 12:06:54 -07:00

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", "--" ]