diff service/mqtt_to_rdf/Dockerfile @ 768:c8763fc21a42

docker and build fixes Ignore-this: c96190ad1270cbc133e5c9e3c8218cb8
author drewp@bigasterisk.com
date Sat, 02 May 2020 15:08:12 -0700
parents 9ca69f2be87b
children 729ab70c6212
line wrap: on
line diff
--- a/service/mqtt_to_rdf/Dockerfile	Sat May 02 15:07:03 2020 -0700
+++ b/service/mqtt_to_rdf/Dockerfile	Sat May 02 15:08:12 2020 -0700
@@ -3,6 +3,9 @@
 WORKDIR /opt
 
 COPY requirements.txt ./
+RUN pip3 install -U pip
+RUN pip3 uninstall --yes enum34
+
 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'