Skip to content

Commit

Permalink
Merge pull request #2296 from openziti/fix-cross-builder-filemode
Browse files Browse the repository at this point in the history
set cross builder entrypoint filemode
  • Loading branch information
qrkourier authored Aug 6, 2024
2 parents dc249ca + e5ce797 commit fb815b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/docker-images/cross-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get -y install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf gcc-aarch
RUN apt-get -y install wget build-essential

COPY ./linux-build.sh /usr/local/bin/
RUN chmod a+rx /usr/local/bin/linux-build.sh
RUN wget -q https://go.dev/dl/${go_distribution_file}
RUN tar -xzf ${go_distribution_file} -C /usr/local/

Expand Down

0 comments on commit fb815b1

Please sign in to comment.