samcrang opened a new pull request, #4776:
URL: https://github.com/apache/incubator-devlake/pull/4776
### Summary
Without this change trying to build locally fails:
```
$ git tag lol3
$ make build-server-image
make build-server-image -C backend
docker build -t "apache"/devlake:lol3 --build-arg TAG=lol3 --build-arg
SHA=1e38ef10 --file ./Dockerfile .
[+] Building 127.5s (35/45)
=> [internal] load build definition from Dockerfile
0.1s
=> => transferring dockerfile: 6.12kB
...
=> [builder 12/14] COPY --from=debian-arm64 /usr/lib/aarch64-linux-gnu
/rootfs-arm64/usr/lib/aarch64-linux-gnu
0.3s
=> [builder 13/14] COPY --from=debian-arm64 /lib/aarch64-linux-gnu
/rootfs-arm64/lib/aarch64-linux-gnu
0.1s
=> CANCELED [builder 14/14] RUN for arch in aarch64 x86_64 ; do
mkdir -p /tmp/build/${arch} && cd /tmp/build/${arch} && wget
https://github.com/libgit2/libgit2/archive/refs/tags/v 20.7s
=> [base 7/8] RUN ln -sf /root/.local/bin/poetry /usr/local/bin
0.6s
=> ERROR [base 8/8] RUN /app/python/build.sh
0.5s
------
> [base 8/8] RUN /app/python/build.sh:
#15 0.458 /bin/sh: 1: /app/python/build.sh: Permission denied
------
executor failed running [/bin/sh -c /app/python/build.sh]: exit code: 126
make[1]: *** [build-server-image] Error 1
make: *** [build-server-image] Error 2
```
### Does this close any open issues?
N/A
### Screenshots
N/A
### Other Information
N/A
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]