# syntax=docker/dockerfile:1 FROM h4570/tyra RUN apt-get update RUN apt-get install git -y WORKDIR /src CMD ["/bin/bash"]