spiri-sdk/guiTools/Dockerfile
Alex Davies 16f49d4a3f
All checks were successful
Build Docs / build (push) Successful in 29s
Update docs
2024-10-16 09:13:46 -03:00

9 lines
156 B
Docker

FROM osrf/ros:jazzy-desktop-full
RUN apt-get update
RUN apt-get install qterminal mesa-utils -y
COPY ./launcher.py /launcher.py
CMD python3 /launcher.py