Skip to content

Commit

Permalink
ci: rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 31, 2024
1 parent a068fc6 commit 83b9491
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 @@ -3,7 +3,7 @@
WORKDIR /usr/src/brainfuck_interpreter
COPY . .

RUN rustup target add x86_64-unknown-linux-musl \
RUN cd rust && rustup target add x86_64-unknown-linux-musl \
&& cargo install --target=x86_64-unknown-linux-musl --path .

FROM node:22.2.0-alpine as run
Expand Down

0 comments on commit 83b9491

Please sign in to comment.