Skip to content

Commit 996cf2f

Browse files
Dependency to docker and docker-compose added
1 parent c87a96a commit 996cf2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/docs-rs/add-dependencies.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Rustwide internally uses `rustops/crates-build-env` as the build environment for the crate. If you want to add a system package for crates to link to, this is place you're looking for.
44

5+
## Preconditions
6+
7+
Docker and docker-compose must be installed. For example, on Debian or Ubuntu:
8+
9+
```sh
10+
apt-get install docker.io docker-compose
11+
```
12+
513
## Getting started
614

715
First, clone the crates-build-env and the docs.rs repos:

0 commit comments

Comments
 (0)