Skip to content

Commit 81d3524

Browse files
committed
retrying dockerFile2
1 parent 99a5c2a commit 81d3524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2025-04-17-Migrating to Kaniko.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ Modified for Kaniko:
4242
```dockerFile
4343
COPY requirements.txt .
4444
RUN pip install --no-cache-dir -r requirements.txt
45-
```
4645
RUN pip install --no-cache-dir -r requirements.txt
4746

47+
```
48+
4849
While this introduced slightly more image bloat, it provided reproducibility and compatibility within our security constraints. Other changes included installing Galaxy collections directly in the Dockerfile and eliminating manual downloads of .tar.gz collections.
4950
Prompt Engineering as a Tool
5051

0 commit comments

Comments
 (0)