This repository was archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
86 lines (81 loc) · 1.77 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
FROM frigg/frigg-test-base:latest
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
postfix \
htop \
screen \
vim \
git \
supervisor \
libffi-dev \
libmysqlclient-dev \
build-essential \
python-setuptools \
apache2 \
libapache2-mod-xsendfile \
apache2-mpm-prefork \
libapache2-mod-wsgi \
nfs-common \
subversion \
libssl-dev \
gfortran \
libatlas-base-dev \
libxml2-dev \
libxslt-dev \
libxslt1-dev \
python-numpy \
python-scipy \
libhdf5-serial-dev \
gnuplot \
poppler-utils \
antiword \
catdoc \
wv \
html2text \
gettext \
unzip \
giflib-tools \
pstotext \
sbcl \
ppthtml \
xlhtml \
common-lisp-controller \
make \
automake1.9 \
autoconf \
sudo \
ocrodjvu \
pdf2djvu \
djvulibre-bin \
netpbm \
pdftk \
nodejs \
software-properties-common \
python-software-properties \
libjpeg-dev \
libfreetype6-dev \
libtiff-dev \
imagemagick \
libopenjpeg2 \
oggvideotools \
vorbis-tools \
libvpx-dev \
mediainfo \
x264 \
lame \
libass-dev \
libgpac-dev \
libsdl1.2-dev \
libtheora-dev \
libtool \
libx11-dev \
libva-dev \
libxext-dev \
pkg-config \
texi2html \
libxfixes-dev \
zlib1g-dev \
libvorbis-dev \
libmp3lame-dev \
libav-tools
RUN apt-get build-dep python-matplotlib -y