Skip to content

Commit

Permalink
Add docker binary to the docker container that is going to build the …
Browse files Browse the repository at this point in the history
…docker image
  • Loading branch information
tbouron committed Jan 10, 2020
1 parent 1ee9da9 commit f688e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f688e0f

Please # to comment.