I started with this Dockerfile
:
FROM python:2.7
RUN pip install bzr
# Um, the following line might not actually do anything useful,
# possibly because we just installed bzr via pip instead of apt-get.
RUN apt-get update && apt-get --assume-yes install bzr-fastimport