It showed this issue:" /bin/sh: 1: docker-php-source: not found" when I builded the php 7.1 fpm image. I added "RUN ls /usr/local/bin" after the command "COPY docker-php-source /usr/local/bin/", and the screen printed "docker-php-source", so the file "docker-php-source" was copied to the image. But the issue said not found. I'm confused about it. Anyone can help me?
It showed this issue:" /bin/sh: 1: docker-php-source: not found" when I builded the php 7.1 fpm image. I added "RUN ls /usr/local/bin" after the command "COPY docker-php-source /usr/local/bin/", and the screen printed "docker-php-source", so the file "docker-php-source" was copied to the image. But the issue said not found. I'm confused about it. Anyone can help me?