mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
7 lines
263 B
Text
7 lines
263 B
Text
|
# 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
|