6c012043c0
* attempt at dual mac builds * add initial devcontainer * correct dependency import
7 lines
263 B
Docker
Executable File
7 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
|