install packages for tests (#15979)

* curl is needed for test_binary_modules
* glibc-i18ndata is needed for postgresql (localedef)
This commit is contained in:
Robin Roth 2016-05-24 17:22:34 +02:00 committed by Toshio Kuratomi
parent 9041a0fee9
commit 0edec45c3d
2 changed files with 3 additions and 0 deletions

View file

@ -9,10 +9,12 @@ RUN zypper --non-interactive install --auto-agree-with-licenses \
acl \
asciidoc \
bzip2 \
curl \
dbus-1-python \
gcc \
git \
glibc-locale \
glibc-i18ndata \
iproute \
lsb-release \
make \

View file

@ -15,6 +15,7 @@ RUN apt-get install -y \
acl \
bzip2 \
cdbs \
curl \
debhelper \
debianutils \
devscripts \