diff --git a/Dockerfile b/Dockerfile index b3811af..7a9b6cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ WORKDIR /app RUN apt update +# For checkout action +RUN apt install -y nodejs + RUN rustup target add x86_64-unknown-linux-gnu RUN apt install -y mingw-w64