From f688e0fff39ebeb3191e0f43380c2ba9febb81a7 Mon Sep 17 00:00:00 2001 From: Thomas Bouron Date: Fri, 10 Jan 2020 14:47:21 +0000 Subject: [PATCH] Add docker binary to the docker container that is going to build the docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca7afefabb..0f0af3793f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM maven:3.5.2-jdk-8-alpine # Install necessary binaries to build brooklyn-dist -RUN apk add --no-cache git rpm dpkg +RUN apk add --no-cache git rpm dpkg docker # Make sure the /var/tmp (for RPM build) is writable for all users RUN mkdir -p /var/tmp/ && chmod -R 777 /var/tmp/