Skip to content

Commit

Permalink
RUN chmod +x /build/*.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent 1e91b58 commit ac14364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk update; apk add gawk;
ENV TARGETPATH=/usr
## build.sh: split multi steps, to speed up
COPY src/tigervnc /build
RUN chmod +x /build/*.sh
# https://blog.csdn.net/sodaloveer/article/details/127727729 #wait并行
RUN sh /build/build.sh cache
RUN sh /build/build.sh b_deps
Expand Down

0 comments on commit ac14364

Please sign in to comment.