Delete Dockerfile

This commit is contained in:
Kristofer Bengtsson 2023-01-17 12:15:05 +01:00 committed by GitHub
parent 5b3a99a83c
commit 7fade428c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
FROM kristoferb/spdesktop_ros2:rolling
COPY . /r2r
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN chmod +x /r2r/tests/test.sh
ENTRYPOINT [ "/r2r/tests/test.sh" ]