Added missing dependencies to dockerfile

This commit is contained in:
Derek Witcpalek
2020-04-27 00:48:29 -04:00
parent c6dd1a8382
commit 2b00967330

View File

@@ -61,5 +61,7 @@ RUN pip3 install -U \
RUN pip3 install pyyaml
RUN pip3 install rospkg
RUN pip3 install matplotlib
RUN sudo apt-get install python3-tk
CMD ["/bin/bash"]