FROM gcc:9.3.0

SHELL ["/bin/bash","-c"]

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

