coreboot-jenkins-node/Dockerfile: Upgrade lua5 from lua5.3 to lua5.4

Change-Id: Ic1450f0fa8eb69273aa907dea2eba8f7e7131ef1
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72510
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Elyes Haouas 2023-01-28 11:16:04 +01:00 committed by Martin L Roth
parent daf6b8bc76
commit 9f59d2a906
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ RUN apt-get -y update && \
apt-get -y install \
default-jre-headless \
libcmocka-dev \
liblua5.3-dev \
liblua5.4-dev \
linkchecker \
lua5.3 \
lua5.4 \
meson \
ninja-build \
openssh-server \