Skip to content

Commit

Permalink
(test suite): Add bunch of packages to ubuntu14 container
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 20, 2017
1 parent fda9c43 commit ffeb91a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion test/docker/Dockerfile-ubuntu14
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM ubuntu:14.04

# TODO: mplayer-gui, wine, etc...
# TODO: more coverage
# TODO: wine needs dpkg --add-architecture i386 before apt-get update, but
# that results in apt-get update errors (some index files not found)
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
autoconf \
Expand All @@ -15,6 +17,8 @@ RUN apt-get update && \
a2ps \
abook \
acpi \
android-tools-adb \
ant \
apache2 \
apache2-utils \
apt-build \
Expand All @@ -24,18 +28,22 @@ RUN apt-get update && \
automake \
bc \
bind9-host \
bison \
bluez \
bridge-utils \
bsdgames \
ccache \
cfengine2 \
chrony \
chrpath \
cksfv \
clisp \
cowsay \
cppcheck \
cryptsetup-bin \
cups-bsd \
cups-client \
curl \
cvs \
cvsps \
deja-dup \
Expand All @@ -53,6 +61,7 @@ RUN apt-get update && \
file-roller \
finger \
freerdp-x11 \
fuse \
gcj-jdk \
gcl \
gdb \
Expand All @@ -63,11 +72,13 @@ RUN apt-get update && \
gnome-mplayer \
gperf \
gphoto2 \
graphicsmagick-imagemagick-compat \
graphviz \
growisofs \
grub \
hddtemp \
htop \
icedtea-netx \
idn \
iftop \
info \
Expand All @@ -83,7 +94,9 @@ RUN apt-get update && \
kcov \
kplayer \
ldap-utils \
ldapvi \
lftp \
liblz4-tool \
libuser \
lilo \
links \
Expand All @@ -92,37 +105,44 @@ RUN apt-get update && \
lzip \
lzop \
mailman \
man \
mariadb-client-5.5 \
mc \
mcrypt \
mdadm \
medusa \
mencoder \
minicom \
monodevelop \
mplayer-gui \
mr \
mtx \
mussh \
net-tools \
nethogs \
network-manager \
nfs-common \
ngrep \
nis \
ntpdate \
open-iscsi-utils \
openjdk-7-jdk \
openswan \
optipng \
p7zip-full \
patchutils \
perl-doc \
pinfo \
poppler-utils \
postgresql-client-9.3 \
postfix \
prelink \
protobuf-compiler \
puppet-common \
pwgen \
pyflakes \
pylint \
python-flake8 \
python3 \
quota \
rcs \
Expand All @@ -131,14 +151,17 @@ RUN apt-get update && \
reptyr \
ri \
rpm \
rsync \
samba-common-bin \
sbcl \
screen \
sharutils \
sitecopy \
smartmontools \
smbclient \
sqlite3 \
strace \
subversion \
sysbench \
tcpdump \
texinfo \
Expand All @@ -148,9 +171,11 @@ RUN apt-get update && \
unixodbc \
valgrind \
vpnc \
wget \
wireless-tools \
wodim \
wvdial \
x11-xserver-utils \
xserver-xorg-input-synaptics \
xsltproc \
xvnc4viewer \
Expand Down

0 comments on commit ffeb91a

Please sign in to comment.