verzia 0.1 s image z nexus

This commit is contained in:
2025-12-07 11:49:24 +00:00
parent dbc1ceffef
commit 7d25c80996
4 changed files with 36 additions and 14 deletions

View File

@@ -4,9 +4,7 @@ FROM python:${PYTHON_VERSION}-slim
ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
VIRTUAL_ENV=/workspace/.venv \
PATH="/workspace/.venv/bin:${PATH}"
PIP_DISABLE_PIP_VERSION_CHECK=1
# Základ + Docker repo + docker-ce-cli + compose plugin + git
RUN set -eux; \