tests/docker: Install SASL library to extend code coverage on amd64
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 9 Mar 2020 12:24:54 +0000 (13:24 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 22:02:23 +0000 (23:02 +0100)
Install the SASL library to build the VNC SASL auth protocol code.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200309122454.22551-3-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/docker/dockerfiles/debian-amd64.docker

index 3b860af1068ea2d9bc82ccb31642f91ae01293b3..0456fc7a0c3357acb22d41e5240090ccaef9d641 100644 (file)
@@ -17,6 +17,7 @@ RUN apt update && \
         libbz2-dev \
         liblzo2-dev \
         librdmacm-dev \
+        libsasl2-dev \
         libsnappy-dev \
         libvte-dev