Merge remote-tracking branch 'origin' into update-sdk

This commit is contained in:
butomo1989
2017-11-03 12:26:05 +01:00
9 changed files with 81 additions and 38 deletions
+3
View File
@@ -34,6 +34,8 @@ WORKDIR /root
#------------------
# ffmpeg
# Video recorder
# jq
# Sed for JSON data
#==================
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
xterm \
@@ -45,6 +47,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
python-numpy \
net-tools \
ffmpeg \
jq \
&& rm -rf /var/lib/apt/lists/*
#=======