ARG VERSION="latest"
FROM hpretl/iic-osic-tools:${VERSION}
USER root
RUN useradd -m -s /bin/bash -G sudo designer
USER designer
