Skip to content

Commit

Permalink
Add the musl bin directory to the builder PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ortiz <[email protected]>
  • Loading branch information
taik0 committed May 3, 2023
1 parent a99a6d8 commit 1f2fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-builder
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apk --no-cache --virtual .build-deps add tar make gcc musl-dev binutils-gold
RUN cd / && wget http://musl.cc/aarch64-linux-musl-cross.tgz && \
tar zxf aarch64-linux-musl-cross.tgz && rm -f aarch64-linux-musl-cross.tgz

ENV PATH="$PATH:/aarch64-linux-musl-cross/bin"
ENV PATH="$PATH:/aarch64-linux-musl-cross/bin:/aarch64-linux-musl-cross/aarch64-linux-musl/bin"

0 comments on commit 1f2fabe

Please sign in to comment.