Moved back test bucket in image
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m6s

This commit is contained in:
Adrien Bouvais 2026-08-16 13:52:05 +02:00
parent 756a781524
commit 8e8ebce721
2 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ ARG BASE_IMAGE
FROM ${BASE_IMAGE}
USER root
COPY --chown=appuser:appuser test_buckets.py /home/appuser/work/test_buckets.py
COPY --chown=appuser:appuser requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt \
&& rm /tmp/requirements.txt