update django, sync docker install

This commit is contained in:
j 2020-09-27 13:03:45 +02:00
commit fdac35c00d
4 changed files with 19 additions and 2 deletions

View file

@ -30,6 +30,7 @@ apt-get update -qq
apt-get install -y \
netcat-openbsd \
sudo \
iproute2 \
vim \
wget \
pwgen \
@ -47,17 +48,20 @@ apt-get install -y \
python3-cssselect \
python3-html5lib \
python3-ox \
python3-elasticsearch \
oxframe \
ffmpeg \
mkvtoolnix \
gpac \
imagemagick \
poppler-utils \
youtube-dl \
ipython3 \
tesseract-ocr \
tesseract-ocr-eng \
postfix \
postgresql-client
apt-get install -y --no-install-recommends youtube-dl rtmpdump
apt-get clean
rm -f /install.sh