diff options
| author | 2025-07-23 03:18:05 -0500 | |
|---|---|---|
| committer | 2025-07-23 03:18:05 -0500 | |
| commit | 656a2e4ab90996ba2b77d81ad62379d276200709 (patch) | |
| tree | 1556cb09363b5c9d130367a795c56d4ce434dbf6 /Dockerfile | |
| parent | CRITICAL 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-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/
|
