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 \ acl \
asciidoc \ asciidoc \
bzip2 \ bzip2 \
curl \
dbus-1-python \ dbus-1-python \
gcc \ gcc \
git \ git \
glibc-locale \ glibc-locale \
glibc-i18ndata \
iproute \ iproute \
lsb-release \ lsb-release \
make \ make \

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

Loading…
Cancel
Save