Skip to content

Commit

Permalink
ADD instead of COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 17, 2021
1 parent d6fc090 commit d67de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centos-stream-8-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN bash -c "/usr/bin/virtualenv -p python3.6 --system-site-packages /vpy3 \
&& /vpy3/bin/pip install --no-cache-dir numpy --only-binary=:all: || true \
&& chown -R pillow:pillow /vpy3"

COPY depends /depends
ADD depends /depends

USER pillow
CMD ["depends/test.sh"]
Expand Down

0 comments on commit d67de04

Please sign in to comment.