tests/docker: updates to alpine package list

Cleanup the package lists by removing some entries that we don't need to
directly reference

  binutils: implied by the compiler toolchain
  coreutils: not required by QEMU build
  mesa-egl mesa-gbm: implied by mesa-dev
  ninja: alias for samurai package
  shadow: not required by QEMU build
  util-linux-dev: not directly required by QEMU build

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211215141949.3512719-16-berrange@redhat.com>
Message-Id: <20220105135009.1584676-16-alex.bennee@linaro.org>
This commit is contained in:
Daniel P. Berrangé 2022-01-05 13:49:50 +00:00 committed by Alex Bennée
parent c45a540f4b
commit 8d55280160
1 changed files with 1 additions and 7 deletions

View File

@ -8,9 +8,7 @@ RUN apk upgrade
ENV PACKAGES \ ENV PACKAGES \
alsa-lib-dev \ alsa-lib-dev \
bash \ bash \
binutils \
ccache \ ccache \
coreutils \
curl-dev \ curl-dev \
g++ \ g++ \
gcc \ gcc \
@ -33,22 +31,18 @@ ENV PACKAGES \
lzo-dev \ lzo-dev \
make \ make \
mesa-dev \ mesa-dev \
mesa-egl \
mesa-gbm \
meson \ meson \
ncurses-dev \ ncurses-dev \
ninja \
perl \ perl \
pulseaudio-dev \ pulseaudio-dev \
python3 \ python3 \
py3-sphinx \ py3-sphinx \
py3-sphinx_rtd_theme \ py3-sphinx_rtd_theme \
shadow \ samurai \
snappy-dev \ snappy-dev \
spice-dev \ spice-dev \
texinfo \ texinfo \
usbredir-dev \ usbredir-dev \
util-linux-dev \
vde2-dev \ vde2-dev \
virglrenderer-dev \ virglrenderer-dev \
vte3-dev \ vte3-dev \