Skip to content

Commit f2a6214

Browse files
committed
Add docker binary to the docker container that is going to build the docker image
1 parent 333e896 commit f2a6214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
FROM maven:3.5.2-jdk-8-alpine
1919

2020
# Install necessary binaries to build brooklyn-dist
21-
RUN apk add --no-cache git rpm dpkg
21+
RUN apk add --no-cache git rpm dpkg docker
2222

2323
# Make sure the /var/tmp (for RPM build) is writable for all users
2424
RUN mkdir -p /var/tmp/ && chmod -R 777 /var/tmp/

0 commit comments

Comments
 (0)