grin/.devcontainer/Dockerfile
Yeastplume 6c012043c0
Add Devcontainer Support (#3799)
* attempt at dual mac builds

* add initial devcontainer

* correct dependency import
2024-11-13 12:04:02 +00:00

6 lines
263 B
Docker
Executable file

# Rust latest
FROM mcr.microsoft.com/devcontainers/rust:latest
# Install Required Dependencies
RUN apt-get -qq update
RUN apt-get install -y build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm