summaryrefslogtreecommitdiff
path: root/testing/docker/gentoo-amd64/Dockerfile
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-29 22:04:23 (GMT)
committerGitHub <noreply@github.com>2018-04-29 22:04:23 (GMT)
commit5c24106d3b6ddb5229874a74e3cfe0059fa8ce8d (patch)
tree6ae4685ef53ec2b10593fe19fc1397bc8619f311 /testing/docker/gentoo-amd64/Dockerfile
parent51f0e7c649a84c66ce0111703498dc4466e35562 (diff)
parent74979fb19b2c7220dab4196c0d34e0c29b341b09 (diff)
Merge pull request #953 from stilor/docker-testing2
Docker configuration for Gentoo + a bunch of fixes
Diffstat (limited to 'testing/docker/gentoo-amd64/Dockerfile')
-rw-r--r--testing/docker/gentoo-amd64/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/docker/gentoo-amd64/Dockerfile b/testing/docker/gentoo-amd64/Dockerfile
new file mode 100644
index 0000000..6500564
--- /dev/null
+++ b/testing/docker/gentoo-amd64/Dockerfile
@@ -0,0 +1,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", "--" ]