Skip to content

Commit 3b386a1

Browse files
authored
Merge pull request #363 from hdub-tech/docs/update-debian-deps
docs/installation.md: Add dependencies for building on Debian
2 parents a4b4997 + eec9088 commit 3b386a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Debian, Ubuntu, and related distributions:
366366
```bash
367367
sudo apt-get install \
368368
btrfs-progs \
369-
crun \
369+
gcc \
370370
git \
371371
golang-go \
372372
go-md2man \
@@ -385,7 +385,9 @@ sudo apt-get install \
385385
libsystemd-dev \
386386
make \
387387
netavark \
388+
passt \
388389
pkg-config \
390+
runc \
389391
uidmap
390392
```
391393

0 commit comments

Comments
 (0)