ARG BUILD_FROM
ARG GP_VER
FROM $BUILD_FROM:$GP_VER

# Copy data
COPY run.sh /

CMD [ "/run.sh" ]