diff options
| author | 2025-07-23 03:06:05 -0500 | |
|---|---|---|
| committer | 2025-07-23 03:06:05 -0500 | |
| commit | 12a94cdb3c9f51d01513108cd8ca4edeb806d989 (patch) | |
| tree | 08c689917f5198bc0df4a3b181b0d82316271a1c /Dockerfile | |
| parent | Re-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 '')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/*
|
