From patchwork Mon Feb 3 15:29:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 235872 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Mon, 3 Feb 2020 08:29:19 -0700 Subject: [gitlab-ci-runner PATCH] Dockerfile: Add libsdl2-dev Message-ID: <20200203152919.97523-1-sjg@chromium.org> We are planning to move sandbox from SDL1.2 to SDL2, so add this library to the docker image. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 879e796..d4c37a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ RUN apt-get update && apt-get install -y \ libpixman-1-dev \ libpython-dev \ libsdl1.2-dev \ + libsdl2-dev \ libssl-dev \ libudev-dev \ libusb-1.0-0-dev \