mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-15 15:59:16 -05:00
added capnp to earthfile - deprecated version
This commit is contained in:
parent
b44b5064dc
commit
f1418a6d41
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ WORKDIR /veilid
|
|||
# Install build prerequisites & setup required directories
|
||||
deps-base:
|
||||
RUN apt-get -y update
|
||||
RUN apt-get install -y iproute2 curl build-essential cmake libssl-dev openssl file git pkg-config libdbus-1-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev checkinstall unzip libncursesw5-dev libncurses5-dev
|
||||
RUN apt-get install -y iproute2 curl build-essential cmake libssl-dev openssl file git pkg-config libdbus-1-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev checkinstall unzip libncursesw5-dev libncurses5-dev capnp
|
||||
|
||||
# Install Rust
|
||||
deps-rust:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue