This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.

8 lines
250 B
Docker

FROM mcr.microsoft.com/vscode/devcontainers/rust
# Install Raylib deps
RUN apt-get update -y
RUN apt-get install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev -y
RUN cargo install cross