From 50092992fb6d7c149195402252be92d7cf0b7ec2 Mon Sep 17 00:00:00 2001 From: Andrew D. France Date: Tue, 22 Jul 2025 22:54:18 -0500 Subject: Added liblua5.4-dev package for build --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6aa22ea..3ec9fe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN apt-get update && apt-get install -y \ build-essential \ wget \ unzip \ + lua5.4 \ + liblua5.4-dev \ && rm -rf /var/lib/apt/lists/* # Download and install Premake5 @@ -23,3 +25,4 @@ COPY . . # Generate the makefiles. This will be the default action if no other command is given. CMD ["premake5", "gmake2"] + -- cgit v1.2.3-59-g8ed1b