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.

4 lines
208 B
Docker

FROM rustembedded/cross:x86_64-unknown-linux-gnu-0.2.1
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