From 3eaa66dd72374c3db6627873fc33aaba7abdfb9d Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 4 Jun 2023 04:08:35 +0000 Subject: [PATCH] tools/docker: update readme as current is jammy --- tools/docker/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index fea946830f..5b96dd0e8d 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -6,6 +6,7 @@ - focal (Ubuntu 20.04) - jammy (Ubuntu 22.04) - kinetic (Ubuntu 22.10) + - lunar (Ubuntu 23.04) - Debian - stretch (Debian 9.0) - buster (Debian 10.0) @@ -16,7 +17,7 @@ Use the following command to create a docker image and tag it with `libreelec`. ``` -docker build --pull -t libreelec tools/docker/focal +docker build --pull -t libreelec tools/docker/jammy ``` See https://docs.docker.com/engine/reference/commandline/build/ for details on `docker build` usage.