vjv/cache (b03108149dc311085b57f87c341890af3123b43f19afa2b5849c7345f3d6d485)

Published 2026-04-09 13:02:55 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/23f292b4-4965-496e-95aa-cf40754e71dc/vjv/cache:b03108149dc311085b57f87c341890af3123b43f19afa2b5849c7345f3d6d485
sha256:a8891e3280e6fb6b4d629ca0355b6ac3d90ab224da8621508235c24d17d070ac

Image Layers

RUN if grep -q '\[tool\.poetry\]' pyproject.toml 2>/dev/null; then poetry config virtualenvs.create false && poetry install --no-root --no-interaction --no-ansi; elif [ -s "requirements.txt" ]; then pip install --disable-pip-version-check -r requirements.txt; else echo "No dependency manifest found, skipping package installation"; fi