We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333e896 commit f2a6214Copy full SHA for f2a6214
1 file changed
Dockerfile
@@ -18,7 +18,7 @@
18
FROM maven:3.5.2-jdk-8-alpine
19
20
# Install necessary binaries to build brooklyn-dist
21
-RUN apk add --no-cache git rpm dpkg
+RUN apk add --no-cache git rpm dpkg docker
22
23
# Make sure the /var/tmp (for RPM build) is writable for all users
24
RUN mkdir -p /var/tmp/ && chmod -R 777 /var/tmp/
0 commit comments