diff --git a/Dockerfile b/Dockerfile index 818d963f6..9115f350f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y \ unzip \ wget \ gnupg2 \ - software-properties-common + software-properties-common \ + bzr RUN add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install -y git