Moved back test bucket in image
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m6s
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m6s
This commit is contained in:
parent
756a781524
commit
8e8ebce721
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user