Skip to content

Commit

Permalink
update chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Sep 20, 2023
1 parent ceacb99 commit c529cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ WORKDIR /code
RUN rm -rf /scratch

# copy build scripts
COPY go-owasm/build/build_linux.sh /opt
RUN chmod +x /opt/build*
COPY go-owasm/build/*.sh /opt/
RUN chmod +x /opt/*.sh

# add config cargo
RUN mkdir /.cargo
Expand Down

0 comments on commit c529cd7

Please sign in to comment.