aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadue, David (dl3158) <dl3158@att.com>2018-03-20 10:18:46 -0400
committerLadue, David (dl3158) <dl3158@att.com>2018-03-20 10:19:02 -0400
commit93dcd54fb24346f9efebade1d680b7b936622524 (patch)
tree6a640103b0ae1d614114eef52069aff31d11ea90
parentd93b912e200c683c8c1bb7845e535df47205b6d0 (diff)
added RUN python to Dockerfile
Change-Id: Icdc67f0f642da36ccb07dd2c32bb603a174f6037 Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4ac915e..b1229b2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,8 @@ RUN mkdir -p ${APPDIR}/data \
&& chmod a+w ${APPDIR}/tmp \
&& chmod 500 ${APPDIR}/etc \
&& chmod 500 ${APPDIR}/bin/snmptrapd.sh
-
+
+RUN python setup.py install
USER ${APPUSER}