mirror of
https://github.com/FranP-code/TurboRun.git
synced 2025-10-13 00:14:01 +00:00
8 lines
154 B
Docker
8 lines
154 B
Docker
FROM rust:latest
|
|
|
|
RUN apt update && apt upgrade -y
|
|
RUN apt install -y g++-mingw-w64-x86-64
|
|
|
|
WORKDIR /usr/src
|
|
|
|
CMD ["sh", "./build/build.sh", "windows"] |