From ebd99c6fa4aa350de8ea39de7634905c86aaab8a Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Wed, 29 Mar 2017 13:57:35 -0400 Subject: [PATCH] Add appsettings installation Former-commit-id: c8a1053e9c4ab40c6004abb5ab966c76fde2d2dd --- configure.sh | 3 ++- packages.Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index d34b6d03..67aba83a 100755 --- a/configure.sh +++ b/configure.sh @@ -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 diff --git a/packages.Dockerfile b/packages.Dockerfile index 72dda399..5048d19a 100644 --- a/packages.Dockerfile +++ b/packages.Dockerfile @@ -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 \