Merge pull request #58 from apache/licences-update

Updated licenses
diff --git a/Dockerfile b/Dockerfile
index 5141216..deda6b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,13 +17,15 @@
 
 # For all Brooklyn, we use a debian distribution instead of alpine as there are some libgcc incompatibilities with GO
 # and PhantomJS
-FROM maven:3.8.6-jdk-8
+FROM maven:3.9.4-amazoncorretto-8-debian
+# was 3.8.6-jdk-8 # but it is giving errors on the brooklyn apache build server
+#6 4.655 E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/l/linux/linux-libc-dev_5.10.179-1_amd64.deb  404  Not Found [IP: 151.101.22.132 80]
 
 # Install necessary binaries to build brooklyn
 RUN apt-get update
 
 RUN apt-get install -y \
-    `# common tools` git-core rsync sudo vim less curl gpg tar zip procps \
+    `# common tools` git-core rsync sudo vim less curl gpg tar zip procps bzip2 \
     `# parsing utils xml json etc` libxml2 libxml2-utils jq \
     `# usual build tools for eg nodejs modules` make automake autoconf libtool nasm gcc
 RUN apt-get install -y \