qa-sls-code-python-3-64c87531-590b-42a4-8df4-0721050bb0f3/cache (46ff01dbd6b239e03ff4641de1b065bc89e134cf4b9fd290002a08b2bde37b25)

Published 2026-04-07 10:41:26 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/qa-sls-code-python-3-64c87531-590b-42a4-8df4-0721050bb0f3/cache:46ff01dbd6b239e03ff4641de1b065bc89e134cf4b9fd290002a08b2bde37b25
sha256:2c61dd0822246c70a08c75d148d35c9e4fc4ec81baebc15e0b3ddc65266dd591

Image Layers

RUN if [ -s requirements.txt ]; then pip install --disable-pip-version-check -r requirements.txt; else echo "No requirements.txt found, skipping pip installation"; fi