mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
6c012043c0
* attempt at dual mac builds * add initial devcontainer * correct dependency import
6 lines
263 B
Docker
Executable file
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
|