From 12a94cdb3c9f51d01513108cd8ca4edeb806d989 Mon Sep 17 00:00:00 2001 From: Andrew D. France Date: Wed, 23 Jul 2025 03:06:05 -0500 Subject: 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. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') 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/* -- cgit v1.2.3-59-g8ed1b