Allow customizations to generated Dockerfile
Features added
create_local_image
and create_lambda_components
now both take an optional dockerfile_update
parameter. This parameter expects a function which takes a single parameter - the original dockerfile as multi-line string - and returns an updated dockerfile, also as a multi-line string.