Philippe Mathieu-Daudé <f4...@amsat.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reviewed-by: Alex Bennée <alex.ben...@linaro.org>

> ---
>  tests/docker/dockerfiles/debian-armhf-cross.docker | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/tests/docker/dockerfiles/debian-armhf-cross.docker 
> b/tests/docker/dockerfiles/debian-armhf-cross.docker
> index ba8d5a5167..e67dfdccc5 100644
> --- a/tests/docker/dockerfiles/debian-armhf-cross.docker
> +++ b/tests/docker/dockerfiles/debian-armhf-cross.docker
> @@ -16,3 +16,14 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
>
>  # Specify the cross prefix for this image (see tests/docker/common.rc)
>  ENV QEMU_CONFIGURE_OPTS --cross-prefix=arm-linux-gnueabihf-
> +
> +RUN DEBIAN_FRONTEND=noninteractive eatmydata \
> +    apt-get install -y --no-install-recommends \
> +        glusterfs-common:armhf \
> +        libbz2-dev:armhf \
> +        liblzo2-dev:armhf \
> +        libncursesw5-dev:armhf \
> +        libnfs-dev:armhf \
> +        librdmacm-dev:armhf \
> +        libsnappy-dev:armhf \
> +        libxen-dev:armhf


--
Alex Bennée

Reply via email to