mirror of
https://github.com/php-win-ext/pie.git
synced 2026-03-24 05:02:06 +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
|