diff mbox series

[gitlab-ci-runner] Dockerfile: Add libsdl2-dev

Message ID 20200203152919.97523-1-sjg@chromium.org
State New
Headers show
Series [gitlab-ci-runner] Dockerfile: Add libsdl2-dev | expand

Commit Message

Simon Glass Feb. 3, 2020, 3:29 p.m. UTC
We are planning to move sandbox from SDL1.2 to SDL2, so add this library
to the docker image.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng Feb. 3, 2020, 3:46 p.m. UTC | #1
On Mon, Feb 3, 2020 at 11:29 PM Simon Glass <sjg at chromium.org> wrote:
>
> We are planning to move sandbox from SDL1.2 to SDL2, so add this library
> to the docker image.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  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 \
> --

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Tom Rini Feb. 7, 2020, 4:49 p.m. UTC | #2
On Mon, Feb 03, 2020 at 08:29:19AM -0700, Simon Glass wrote:

> We are planning to move sandbox from SDL1.2 to SDL2, so add this library
> to the docker image.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to gitlab-ci-runner/master, thanks!
diff mbox series

Patch

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 \