diff service/rdf_to_mqtt/Dockerfile @ 778:acf58b83022f

rdf_to_mqtt sylvania bulbs and code cleanup and k8s updates
author drewp@bigasterisk.com
date Sat, 08 Aug 2020 13:56:39 -0700
parents 78f699077ff5
children 3f4b447d65f5
line wrap: on
line diff
--- a/service/rdf_to_mqtt/Dockerfile	Sat Aug 08 13:14:49 2020 -0700
+++ b/service/rdf_to_mqtt/Dockerfile	Sat Aug 08 13:56:39 2020 -0700
@@ -1,13 +1,14 @@
-FROM bang6:5000/base_x86
+FROM bang5:5000/base_x86
 
 WORKDIR /opt
 
 COPY requirements.txt ./
 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt
 RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v3'
+RUN pip3 install -U attrs
 
 COPY *.py *.html *.js ./
 
 EXPOSE 10011:10011
 
-CMD [ "python3", "./rdf_to_mqtt.py" ]
+CMD [ "python3", "./rdf_to_mqtt.py", "-v" ]