Skip to content

Commit 60ffe59

Browse files
committed
Mark PHAR file as executable
1 parent 5a66d75 commit 60ffe59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM scratch AS standalone-binary
22

3-
COPY pie.phar /pie
3+
# @TODO change to --chmod=+x when https://github.com/moby/buildkit/pull/5380 is released
4+
COPY --chmod=0755 pie.phar /pie

0 commit comments

Comments
 (0)