install packages for tests (#15979)
* curl is needed for test_binary_modules * glibc-i18ndata is needed for postgresql (localedef)
This commit is contained in:
parent
9041a0fee9
commit
0edec45c3d
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue