Add appsettings installation

Former-commit-id: c8a1053e9c
pull/1161/head
Dakota Benjamin 2017-03-29 13:57:35 -04:00
rodzic 2039f4479a
commit ebd99c6fa4
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -67,7 +67,8 @@ sudo apt-get install -y -qq python-networkx \
sudo pip install -U PyYAML \
exifread \
gpxpy \
xmltodict
xmltodict \
appsettings
echo "Installing Ecto Dependencies"
sudo pip install -U catkin-pkg

Wyświetl plik

@ -69,7 +69,8 @@ RUN pip install -U PyYAML \
exifread \
gpxpy \
xmltodict \
catkin-pkg
catkin-pkg \
appsettings
#Installing Ecto Dependencies
RUN apt-get install -y -qq python-empy \