[r27]: / trunk / wharfie / tests / QEMUTest / Wharfile  Maximize  Restore  History

Download this file

45 lines (39 with data), 790 Bytes

 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
#
# This is an example of a Wharfie image
# with pyload. It is derived from the
# docker container writl/pyload
#

FROM debian_armel_stretch

RUN sed -i 's,main,main non-free,' /etc/apt/sources.list

RUN apt-get update && apt-get install -y --no-install-recommends \
	systemd-sysv \
	dhcpcd5 \
	wpasupplicant \
	kmod \
	wireless-tools \
	net-tools \
	openssh-server \
	python \
	locales \
	python-setuptools \
	python-requests \
	python-pycurl \
	python-crypto \
	python-imaging \
	python-pyxmpp \
	python-jinja2 \
	python-thrift \
	python-feedparser \
	python-beautifulsoup \
	python-pip \
	tesseract-ocr \
	python-beaker \
	unrar \
	gocr \
	python-django \
	git \
	rhino \
	&& apt-get clean \
	&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
	&& pip install Send2Trash

TO result.tar