Fix Dockerfile

This commit is contained in:
Paulus Schoutsen 2016-05-21 17:03:46 -07:00
parent 4d5eb0e3fc
commit 225a672a92

View file

@ -20,7 +20,7 @@ RUN script/build_python_openzwave && \
COPY requirements_all.txt requirements_all.txt
# certifi breaks Debian based installs
RUN pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall certifi
RUN pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi
# Copy source
COPY . .