install packages for tests (#15979)

* curl is needed for test_binary_modules
* glibc-i18ndata is needed for postgresql (localedef)
pull/13384/merge
Robin Roth 8 years ago committed by Toshio Kuratomi
parent 9041a0fee9
commit 0edec45c3d

@ -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 \

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

Loading…
Cancel
Save