mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-12 04:01:15 +03:00
correct dependency import
This commit is contained in:
parent
26c934a812
commit
320e45ba1c
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ FROM mcr.microsoft.com/devcontainers/rust:latest
|
|||
|
||||
# Install Required Dependencies
|
||||
RUN apt-get -qq update
|
||||
RUN apt-get install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
|
||||
RUN apt-get install -y build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
|
||||
|
|
Loading…
Add table
Reference in a new issue