Dockerfile: img.cache-Kommentar am COPY va präzisieren
Dokumentiert, dass die vor-gerenderten Panel-Bitmaps (img.cache) Laufzeit- Pflicht sind und nicht regeneriert werden können. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -33,7 +33,9 @@ RUN { echo 'deb [trusted=yes] http://archive.debian.org/debian stretch main cont
|
|||||||
xauth \
|
xauth \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# App-Baum: ORIGINAL Mac-.pyc (App + pure-Python-Libs) + Assets + Linux-win32-Stubs
|
# App-Baum: ORIGINAL Mac-.pyc + pure-Python-Libs + Assets + Linux-win32-Stubs.
|
||||||
|
# Enthaelt auch die vor-gerenderten Panel-Bitmaps (img.cache) - Laufzeit-PFLICHT,
|
||||||
|
# sonst "Failed to get image ..." (keine PNG-Quellen zum Regenerieren vorhanden).
|
||||||
COPY va /opt/va
|
COPY va /opt/va
|
||||||
|
|
||||||
# Nicht als root laufen
|
# Nicht als root laufen
|
||||||
|
|||||||
Reference in New Issue
Block a user