FROM nubisware/nubisware-conductor-worker-py-base:latest COPY ./docker/provisioning/requirements.txt /app/ RUN pip install -r /app/requirements.txt RUN apt-get update RUN apt-get -y install packer WORKDIR /app COPY ./docker/provisioning/entrypoint.sh /app/ ENTRYPOINT ["/app/entrypoint.sh"]