mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
5 lines
156 B
Docker
5 lines
156 B
Docker
FROM scratch AS standalone-binary
|
|
|
|
# @TODO change to --chmod=+x when https://github.com/moby/buildkit/pull/5380 is released
|
|
COPY --chmod=0755 pie.phar /pie
|