From 83b9491d4d32c01a711264b36b995d663718ce32 Mon Sep 17 00:00:00 2001 From: Thibault Date: Sat, 1 Jun 2024 01:24:17 +0200 Subject: [PATCH] ci: rust --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 062348b..969de82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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