Skip to content

Commit fdaa45f

Browse files
authored
Update Dockerfile
Step 13/22 : COPY --from=php /usr/lib/*.so.* /usr/lib When using COPY with more than one source file, the destination must be a directory and end with a /
1 parent a1283b1 commit fdaa45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY --from=php-composer /usr/bin/composer /usr/bin
3838
# copy PHP binary and required libs
3939
COPY --from=php /usr/local/bin/php /usr/bin
4040
COPY --from=php /usr/local/etc/php /usr/local/etc/php
41-
COPY --from=php /usr/lib/*.so.* /usr/lib
41+
COPY --from=php /usr/lib/*.so.* /usr/lib/
4242
COPY --from=php /usr/local/lib/php /usr/local/lib/php
4343

4444
# see https://github.com/elecena/python-php/issues/8

0 commit comments

Comments
 (0)