r2r/tests/Dockerfile_galactic

7 lines
163 B
Plaintext

FROM kristoferb/spdesktop_ros2:galactic
COPY . /r2r
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN chmod +x /r2r/tests/test.sh
ENTRYPOINT [ "/r2r/tests/test.sh" ]