aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Andrew D. France 2025-07-23 03:18:05 -0500
committerGravatar Andrew D. France 2025-07-23 03:18:05 -0500
commit656a2e4ab90996ba2b77d81ad62379d276200709 (patch)
tree1556cb09363b5c9d130367a795c56d4ce434dbf6 /Dockerfile
parentCRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually auto... (diff)
Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and thus, will init .gitmodules: ln:10 removed from original Jenkinsfile
Diffstat (limited to '')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1b6ef69..2577c04 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,9 @@ WORKDIR /app
COPY . .
+# Initialize git submodules inside the container
+RUN git submodule update --init --recursive
+
# Creates the .lush config directory in the root user home directory as install.sh expects.
RUN mkdir -p /root/.lush && cp -r ./.lush/* /root/.lush/