summaryrefslogtreecommitdiff
path: root/testing/docker/gentoo-amd64/Dockerfile
blob: 65005640b57f20dc24fb4301bb0939c388ce285e (plain)
1
2
3
4
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", "--" ]