aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Andrew D. France 2025-07-23 03:06:05 -0500
committerGravatar Andrew D. France 2025-07-23 03:06:05 -0500
commit12a94cdb3c9f51d01513108cd8ca4edeb806d989 (patch)
tree08c689917f5198bc0df4a3b181b0d82316271a1c /Dockerfile
parentRe-added the lib/ directory: it is now empty (diff)
CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ac570c7..1b6ef69 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
wget \
unzip \
+ git \
lua5.4 \
liblua5.4-dev \
&& rm -rf /var/lib/apt/lists/*