From 417a27a8c18944540a5b9c59b0af7bc9ec75bc44 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 13 Aug 2016 19:29:30 +0200 Subject: [PATCH] Fix typo in comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddfb4d5..1239a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY ./config/paludis /etc/paludis-new COPY bootstrap.sh build.sh / # one step, to make the layer as thin as possible -# bootstrap.h calls build.sh +# bootstrap.sh calls build.sh RUN /bootstrap.sh amd64 x86_64 # update etc files... hope this doesn't screw up