initial codes try 11

This commit is contained in:
2025-10-28 07:07:03 +02:00
parent 405ce3a8cf
commit decc29eb97
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
tini curl dos2unix \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tini curl dos2unix \
&& rm -rf /var/lib/apt/lists/*
# Python deps (no venv needed on this base image)
RUN python -m pip install --no-cache-dir --upgrade pip nats-py