Skip to content

Commit

Permalink
fix: adjust dockerfile target to new build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 11, 2024
1 parent eddaa5a commit 6f53a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY build /build
COPY Makefile Makefile

RUN apk add --no-cache linux-headers build-base cmake readline-dev
RUN make musl-x86 COMPILER=gcc RELEASE=1
RUN make musl COMPILER=gcc RELEASE=1
RUN mkdir -p /usr/local/bin/
RUN cp zenroom /usr/local/bin/
RUN cp zencode-exec /usr/local/bin/
Expand Down

0 comments on commit 6f53a5e

Please sign in to comment.