### Support for chmod flag in copy primitive. New dockerfiles support: `COPY --chmod=0755 src dest` Simple addition of below code in copy primitive will enable it: `if self.__chmod: base_inst = base_inst + '--chmod={} '.format(self.__chmod)`