This commit is contained in:
parent
ea7ee88ce1
commit
57d1335fba
@ -2,7 +2,7 @@ ARG BASE_IMAGE
|
|||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
COPY --chown=appuser:appuser test_script.py /home/appuser/work/test_buckets.py
|
COPY --chown=appuser:appuser test_buckets.py /home/appuser/work/test_buckets.py
|
||||||
COPY --chown=appuser:appuser requirements.txt /tmp/requirements.txt
|
COPY --chown=appuser:appuser requirements.txt /tmp/requirements.txt
|
||||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt \
|
RUN pip install --no-cache-dir -r /tmp/requirements.txt \
|
||||||
&& rm /tmp/requirements.txt
|
&& rm /tmp/requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user