From 1e6c73c2fc2ce8d7511585c89dc8ea25034274b1 Mon Sep 17 00:00:00 2001 From: donvipre Date: Wed, 17 Feb 2016 16:01:49 +0100 Subject: [PATCH] whitespace correction --- extra/Dockerfile | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/extra/Dockerfile b/extra/Dockerfile index 2a24e55..4422d67 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -10,44 +10,44 @@ ENV export LC_TYPE=en_US.UTF-8 RUN apt-get update && \ apt-get --yes install \ - automake \ - autoconf \ - build-essential \ - ffmpeg \ - git \ - libav-tools \ - libavcodec-dev \ - libavformat-dev \ - libavutil-dev \ - libcurl4-openssl-dev \ - libjpeg-dev \ - libssl-dev \ - libswscale-dev \ - pkgconf \ + automake \ + autoconf \ + build-essential \ + ffmpeg \ + git \ + libav-tools \ + libavcodec-dev \ + libavformat-dev \ + libavutil-dev \ + libcurl4-openssl-dev \ + libjpeg-dev \ + libssl-dev \ + libswscale-dev \ + pkgconf \ python-dev \ python-pip \ - python-setuptools \ - subversion \ - v4l-utils && \ - apt-get clean + python-setuptools \ + subversion \ + v4l-utils && \ + apt-get clean # Pip RUN pip install tornado jinja2 pillow pycurl RUN cd /tmp && \ git clone https://github.com/Mr-Dave/motion.git motion-mrdave && \ - cd /tmp/motion-mrdave && \ - autoreconf -fiv && \ - ./configure --prefix=/usr --without-pgsql --without-sdl --without-sqlite3 --without-mysql && \ - make && \ - make install && \ - cp motion /usr/local/bin/motion && \ - rm -rf /tmp/motion-mrdave + cd /tmp/motion-mrdave && \ + autoreconf -fiv && \ + ./configure --prefix=/usr --without-pgsql --without-sdl --without-sqlite3 --without-mysql && \ + make && \ + make install && \ + cp motion /usr/local/bin/motion && \ + rm -rf /tmp/motion-mrdave RUN cd /tmp && \ git clone https://github.com/ccrisan/motioneye.git && \ cd /tmp/motioneye && \ - python setup.py install && \ + python setup.py install && \ mkdir /etc/motioneye && \ mkdir -p /usr/share/motioneye/extra && \ cp /tmp/motioneye/extra/motioneye.conf.sample /usr/share/motioneye/extra/motioneye.conf.sample && \ -- 2.39.5